How to fetch public key from keyserver
I have just updated my card to add the link to the my online public key.
Maybe, fetching online is easier.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$ gpg2 --card-edit
<YOUR INFO>
gpg/card> admin
Admin commands are allowed
gpg/card> URL
URL to retrieve public key: https://keys.openpgp.org/URL
gpg/card> fetch
gpg: requesting key from 'https://keys.openpgp.org/URL'
gpg: key 1234567890123456: "NAME(NAME IDENTITY) <EMAIL>"
This post is licensed under CC BY 4.0 by the author.