diff options
author | Tim Ruffing <crypto@timruffing.de> | 2021-11-08 12:18:57 +0100 |
---|---|---|
committer | Tim Ruffing <crypto@timruffing.de> | 2021-11-08 12:22:04 +0100 |
commit | 90f1f849e9f5a0c1855b72824af38b9aa24d5287 (patch) | |
tree | 93d472189e08874612f7bd5dd541e8c9956ba356 | |
parent | c86f546f98ed1019c76c14ca4f8b69a4ee62f27c (diff) |
doc: Suggest `keys.openpgp.org` as keyserver in SECURITY.md
This is in line with 4c43b7d41d11072f382f938379d21cd2e0bcbb47 from
PR #22688.
-rw-r--r-- | SECURITY.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/SECURITY.md b/SECURITY.md index 27757c14eb..25b6175c95 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -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. |