Skip to content

Commit adc41e5

Browse files
authored
Merge pull request #523 from ajschmidt8/patch-1
Fix command to upload key to `keys.openpgp.org`
2 parents e8bc59e + fb28e84 commit adc41e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1897,7 +1897,7 @@ gpg --keyserver hkps://keyserver.ubuntu.com:443 --send-key $KEYID
18971897
Or if [uploading to keys.openpgp.org](https://keys.openpgp.org/about/usage):
18981898
18991899
```console
1900-
gpg --send-key $KEYID | curl -T - https://keys.openpgp.org
1900+
gpg --export $KEYID | curl -T - https://keys.openpgp.org
19011901
```
19021902
19031903
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

Comments
 (0)