mirror of
https://github.com/drduh/YubiKey-Guide.git
synced 2025-12-26 12:24:57 +08:00
Fix command to upload key to keys.openpgp.org
fixed based on usage instructions here: https://keys.openpgp.org/about/usage/
This commit is contained in:
parent
e8bc59e690
commit
fb28e84573
1 changed files with 1 additions and 1 deletions
|
|
@ -1897,7 +1897,7 @@ gpg --keyserver hkps://keyserver.ubuntu.com:443 --send-key $KEYID
|
|||
Or if [uploading to keys.openpgp.org](https://keys.openpgp.org/about/usage):
|
||||
|
||||
```console
|
||||
gpg --send-key $KEYID | curl -T - https://keys.openpgp.org
|
||||
gpg --export $KEYID | curl -T - https://keys.openpgp.org
|
||||
```
|
||||
|
||||
The public key URL can also be added to YubiKey (based on [Shaw 2003](https://datatracker.ietf.org/doc/html/draft-shaw-openpgp-hkp-00)):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue