Merge pull request #523 from ajschmidt8/patch-1

Fix command to upload key to `keys.openpgp.org`
This commit is contained in:
drduh
2025-10-25 15:50:03 -07:00
committed by GitHub

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