We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e8bc59e + fb28e84 commit adc41e5Copy full SHA for adc41e5
README.md
@@ -1897,7 +1897,7 @@ gpg --keyserver hkps://keyserver.ubuntu.com:443 --send-key $KEYID
1897
Or if [uploading to keys.openpgp.org](https://keys.openpgp.org/about/usage):
1898
1899
```console
1900
-gpg --send-key $KEYID | curl -T - https://keys.openpgp.org
+gpg --export $KEYID | curl -T - https://keys.openpgp.org
1901
```
1902
1903
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)):
0 commit comments