when i do "gpg --yes --quick-gen-key foo@bar.org" it prints the fingerprint twice:
0 dkg@alice:/tmp/cdtemp.ev07pr$ gpg --yes --quick-gen-key foo@bar.org
gpg: keybox '/tmp/cdtemp.ev07pr/pubring.kbx' created
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
We need to generate a lot of random bytes. It is a good idea to perform
some other action (type on the keyboard, move the mouse, utilize the
disks) during the prime generation; this gives the random number
generator a better chance to gain enough entropy.
gpg: /tmp/cdtemp.ev07pr/trustdb.gpg: trustdb created
gpg: key 362C3F6323457E5B marked as ultimately trusted
gpg: directory '/tmp/cdtemp.ev07pr/openpgp-revocs.d' created
gpg: revocation certificate stored as
'/tmp/cdtemp.ev07pr/openpgp-revocs.d/33AEEB820F3C1A9B5CE9AD85362C3F6323457E5B.rev'
public and secret key created and signed.
pub rsa2048 2016-10-06 [SC]
33AEEB820F3C1A9B5CE9AD85362C3F6323457E5B
33AEEB820F3C1A9B5CE9AD85362C3F6323457E5B
uid foo@bar.org
sub rsa2048 2016-10-06 [E]
0 dkg@alice:/tmp/cdtemp.ev07pr$