Re: Gnupg-users Digest, Vol 180, Issue 3

2018-09-04 Thread Wiktor Kwapisiewicz via Gnupg-users
On 04.09.2018 10:29, Roland Siemons (P) wrote: > Remains: > How can I see what is on the smartcard? gpg --card-status > How can I copy files to the smartcard? You can't copy generic files, smartcard contains only private keys (gpg --edit-key X, keytocard) and a small amount of data objects (gpg

Re: Gnupg-users Digest, Vol 180, Issue 3

2018-09-04 Thread Roland Siemons (P)
@ Dirk Gottschalk: Thanks for very effective response to my first question! Remains: How can I see what is on the smartcard? How can I copy files to the smartcard? I studied the GnuPG Smartcard How-To (www.gnupg.org/howtos/card-howto/en/smartcard-howto.html), but that is entirely linux oriented.