[tor-commits] [webwml/master] weasel says specifying x-hkp:// or hkp:// is not needed

arma at torproject.org arma at torproject.org
Thu Aug 4 20:51:13 UTC 2016


commit b06002fa59ad97a56fdd69976c2821d192ada7d9
Author: Roger Dingledine <arma at torproject.org>
Date:   Thu Aug 4 16:55:10 2016 -0400

    weasel says specifying x-hkp:// or hkp:// is not needed
    
    also apparently x-hkp:// doesn't work on some clients
---
 docs/en/verifying-signatures.wml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/verifying-signatures.wml b/docs/en/verifying-signatures.wml
index 45ffb28..6d96984 100644
--- a/docs/en/verifying-signatures.wml
+++ b/docs/en/verifying-signatures.wml
@@ -69,7 +69,7 @@
     something like this: <i>C:\Program Files\Gnu\GnuPg\gpg.exe</i>.</p>
     <p>The Tor Browser team signs the Tor Browsers. Import its key
     (0x4E2C6E8793298290) by starting <i>cmd.exe</i> and typing:</p>
-    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x4E2C6E8793298290</pre>
+    <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver pool.sks-keyservers.net --recv-keys 0x4E2C6E8793298290</pre>
     <p>After importing the key, you can verify that the fingerprint
     is correct:</p>
     <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x4E2C6E8793298290</pre>
@@ -118,7 +118,7 @@
     key (0x4E2C6E8793298290) by starting the terminal (under "Applications"
     in Mac OS X) and typing:</p>
 
-    <pre>gpg --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x4E2C6E8793298290</pre>
+    <pre>gpg --keyserver pool.sks-keyservers.net --recv-keys 0x4E2C6E8793298290</pre>
 
     <p>After importing the key, you can verify that the fingerprint
     is correct:</p>



More information about the tor-commits mailing list