Skip to content

Commit

Permalink
doc: Suggest keys.openpgp.org as keyserver in SECURITY.md
Browse files Browse the repository at this point in the history
This is in line with 4c43b7d from
PR bitcoin#22688.
  • Loading branch information
real-or-random committed Nov 8, 2021
1 parent c86f546 commit 90f1f84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ The following keys may be used to communicate sensitive information to developer
| Pieter Wuille | 133E AC17 9436 F14A 5CF1 B794 860F EB80 4E66 9320 |
| Michael Ford | E777 299F C265 DD04 7930 70EB 944D 35F9 AC3D B76A |

You can import a key by running the following command with that individual’s fingerprint: `gpg --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.
You can import a key by running the following command with that individual’s fingerprint: `gpg --keyserver hkps://keys.openpgp.org --recv-keys "<fingerprint>"` Ensure that you put quotes around fingerprints containing spaces.

0 comments on commit 90f1f84

Please sign in to comment.