Re: Subkey Generation / SmartCard

2017-04-15 Thread David Gueguen via Gnupg-users
Hello Christoph, with new gpg version version (>2.15) you can more easily generates sub keys * Herafter are add subkeys to main keyring $key_id each with RSA1024 and 1 for Sign, 1 for Encrypt, 1 for Auth echo $var_pass_poem | gpg2 --no-verbose --pinentry-mode loopback --batch --no-tty --yes -

Subkey Generation / SmartCard

2017-04-14 Thread Christoph J
I am trying to batch provision yubikeys. Using the --batch, I can generate the initial key, but I am unable to add more than a single subkey. Is there a way to batch provision subkeys, specifying the usage (signing, encryption, auth) without having to go into --edit-key / interactive mode? On th