[or-cvs] r23837: {website} add the preferred keyserver for windows' users. (website/trunk/docs/en)

Andrew Lewman andrew at torproject.org
Sat Nov 20 03:10:28 UTC 2010


Author: phobos
Date: 2010-11-20 03:10:28 +0000 (Sat, 20 Nov 2010)
New Revision: 23837

Modified:
   website/trunk/docs/en/verifying-signatures.wml
Log:
add the preferred keyserver for windows' users.


Modified: website/trunk/docs/en/verifying-signatures.wml
===================================================================
--- website/trunk/docs/en/verifying-signatures.wml	2010-11-19 18:02:42 UTC (rev 23836)
+++ website/trunk/docs/en/verifying-signatures.wml	2010-11-20 03:10:28 UTC (rev 23837)
@@ -25,11 +25,11 @@
     <ul>
     <li>Roger's (0x28988BF5) typically signs the source code file.</li>
     <li>Nick's (0x165733EA, or its subkey 0x8D29319A).</li>
-    <li>Andrew's (0x31B0974B) typically signs packages for windows and mac.</li>
+    <li>Andrew's (0x31B0974B) typically signed older packages for windows and mac.</li>
     <li>Peter's (0x94C09C7F, or its subkey 0xAFA44BDD).</li>
     <li>Matt's (0x5FA14861).</li>
     <li>Jacob's (0xE012B42D).</li>
-    <li>Erinn's (0x63FEE659) and (0xF1F5C9B5) typically signs the linux packages.</li>
+    <li>Erinn's (0x63FEE659) and (0xF1F5C9B5) typically signs all windows, amc, and most linux packages.</li>
     <li>Mike's (0xDDC6C0AD) signs the Torbutton xpi.</li>
     <li>Karsten's (0xF7C11265) signs the metrics archives and tools.</li>
     </ul>
@@ -65,7 +65,7 @@
     
     <p>To import the key 0x28988BF5, start <i>cmd.exe</i> and type:</p>
     
-    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --recv-keys 0x28988BF5</pre>
+    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --keyserver hkp://keys.gnupg.net --recv-keys 0x28988BF5</pre>
     
     <p><b>Mac and Linux</b></p>
     <p>Whether you have a Mac or you run Linux, you will need to use the terminal
@@ -75,7 +75,7 @@
     
     <p>To import the key 0x28988BF5, start the terminal and type:</p>
     
-    <pre>gpg --recv-keys 0x28988BF5</pre>
+    <pre>gpg --keyserver hkp://keys.gnupg.net --recv-keys 0x28988BF5</pre>
     
     <h3>Step Two:  Verify the fingerprints</h3>
     <hr>



More information about the tor-commits mailing list