link to the signing keys page
Roger Dingledine

Roger Dingledine commited on 2011-09-10 13:13:47
Zeige 1 geänderte Dateien mit 5 Einfügungen und 3 Löschungen.


and simplify the --verify line. i hope gpg works the same across platforms.

... ...
@@ -51,7 +51,9 @@
51 51
     signatures. They allow you to verify the file you've downloaded
52 52
     is exactly the one that we intended you to get. For example,
53 53
     tor-browser-<version-torbrowserbundle>_en-US.exe is accompanied by
54
-    tor-browser-<version-torbrowserbundle>_en-US.exe.asc.</p>
54
+    tor-browser-<version-torbrowserbundle>_en-US.exe.asc. For a list
55
+    of which developer signs which package, see our <a href="<page
56
+    docs/signing-keys>">signing keys</a> page.</p>
55 57
 
56 58
     <h3>Windows</h3>
57 59
     <hr>
... ...
@@ -91,7 +93,7 @@
91 93
     to download the ".asc" file as well. Assuming you downloaded the
92 94
     package and its signature to your Desktop, run:</p>
93 95
 
94
-    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify C:\Users\Alice\Desktop\<file-win32-bundle-stable>.asc C:\Users\Alice\Desktop\<file-win32-bundle-stable></pre>
96
+    <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --verify C:\Users\Alice\Desktop\<file-win32-bundle-stable>.asc</pre>
95 97
 
96 98
     <p>The output should say "Good signature": </p>
97 99
 
... ...
@@ -147,7 +149,7 @@
147 149
     to download the ".asc" file as well. Assuming you downloaded the
148 150
     package and its signature to your Desktop, run:</p>
149 151
 
150
-    <pre>gpg --verify /Users/Alice/<file-osx-x86-bundle-stable>.asc /Users/Alice/<file-osx-x86-bundle-stable></pre>
152
+    <pre>gpg --verify /Users/Alice/<file-osx-x86-bundle-stable>.asc</pre>
151 153
 
152 154
     <p>The output should say "Good signature": </p>
153 155
 
154 156