add the preferred keyserver for windows' users.
Andrew Lewman

Andrew Lewman commited on 2010-11-20 04:10:28
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -25,11 +25,11 @@
25 25
     <ul>
26 26
     <li>Roger's (0x28988BF5) typically signs the source code file.</li>
27 27
     <li>Nick's (0x165733EA, or its subkey 0x8D29319A).</li>
28
-    <li>Andrew's (0x31B0974B) typically signs packages for windows and mac.</li>
28
+    <li>Andrew's (0x31B0974B) typically signed older packages for windows and mac.</li>
29 29
     <li>Peter's (0x94C09C7F, or its subkey 0xAFA44BDD).</li>
30 30
     <li>Matt's (0x5FA14861).</li>
31 31
     <li>Jacob's (0xE012B42D).</li>
32
-    <li>Erinn's (0x63FEE659) and (0xF1F5C9B5) typically signs the linux packages.</li>
32
+    <li>Erinn's (0x63FEE659) and (0xF1F5C9B5) typically signs all windows, amc, and most linux packages.</li>
33 33
     <li>Mike's (0xDDC6C0AD) signs the Torbutton xpi.</li>
34 34
     <li>Karsten's (0xF7C11265) signs the metrics archives and tools.</li>
35 35
     </ul>
... ...
@@ -65,7 +65,7 @@
65 65
     
66 66
     <p>To import the key 0x28988BF5, start <i>cmd.exe</i> and type:</p>
67 67
     
68
-    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --recv-keys 0x28988BF5</pre>
68
+    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --keyserver hkp://keys.gnupg.net --recv-keys 0x28988BF5</pre>
69 69
     
70 70
     <p><b>Mac and Linux</b></p>
71 71
     <p>Whether you have a Mac or you run Linux, you will need to use the terminal
... ...
@@ -75,7 +75,7 @@
75 75
     
76 76
     <p>To import the key 0x28988BF5, start the terminal and type:</p>
77 77
     
78
-    <pre>gpg --recv-keys 0x28988BF5</pre>
78
+    <pre>gpg --keyserver hkp://keys.gnupg.net --recv-keys 0x28988BF5</pre>
79 79
     
80 80
     <h3>Step Two:  Verify the fingerprints</h3>
81 81
     <hr>
82 82