From 1830660b6adeecabbe0683d650918295cf33b306 Mon Sep 17 00:00:00 2001 From: Axon Date: Wed, 14 Jan 2015 11:06:29 +0000 Subject: [PATCH] VerifyingSignatures changed Added keyserver option to example --- VerifyingSignatures.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/VerifyingSignatures.md b/VerifyingSignatures.md index 720a0ca4..5fc8572e 100644 --- a/VerifyingSignatures.md +++ b/VerifyingSignatures.md @@ -29,10 +29,10 @@ Importing Qubes Signing Keys Every file published by the Qubes Project (ISO, RPM, TGZ files and git repositories) is digitally signed by one of the developer or release signing keys. Each such key is signed by the Qubes Master Signing Key ([​\`0x36879494\`](https://keys.qubes-os.org/keys/qubes-master-signing-key.asc)). -The public portion of the Qubes Master Signing Key can be imported directly from a [​ keyserver](https://en.wikipedia.org/wiki/Key_server_%28cryptographic%29#Keyserver_examples) (specified on first use with --keyserver URI, keyserver saved in \~/.gnupg/gpg.conf), +The public portion of the Qubes Master Signing Key can be imported directly from a [​ keyserver](https://en.wikipedia.org/wiki/Key_server_%28cryptographic%29#Keyserver_examples) (specified on first use with --keyserver URI, keyserver saved in \~/.gnupg/gpg.conf), e.g., ``` {.wiki} -gpg --recv-keys 0x427F11FD0FAA4B080123F01CDDFA1A3E36879494 +gpg --keyserver pool.sks-keyservers.net --recv-keys 0x427F11FD0FAA4B080123F01CDDFA1A3E36879494 ``` or downloaded [​here](https://keys.qubes-os.org/keys/qubes-master-signing-key.asc) and imported with gpg,