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:
AJ Schmidt
2025-10-22 15:34:37 -04:00
committed by GitHub
parent e8bc59e690
commit fb28e84573

View File

@@ -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)):