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
commit adc41e5abc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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