From 3b157c48edb8ab080683232125dc7ec058bbd24c Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Mon, 8 Nov 2021 20:30:35 +0100 Subject: [PATCH] doc: Suggest keys.openpgp.org as keyserver in SECURITY.md This is in line with https://github.com/bitcoin/bitcoin/pull/23466/ . --- SECURITY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SECURITY.md b/SECURITY.md index cc6e274d5ab72..b515cc1c8e203 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -12,4 +12,4 @@ The following keys may be used to communicate sensitive information to developer | Jonas Nick | 36C7 1A37 C9D9 88BD E825 08D9 B1A7 0E4F 8DCD 0366 | | Tim Ruffing | 09E0 3F87 1092 E40E 106E 902B 33BC 86AB 80FF 5516 | -You can import a key by running the following command with that individual’s fingerprint: `gpg --recv-keys ""` 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 ""` Ensure that you put quotes around fingerprints containing spaces.