Moritz Bartl commited on 2013-01-27 23:49:07
Zeige 1 geänderte Dateien mit 3 Einfügungen und 3 Löschungen.
... | ... |
@@ -76,12 +76,12 @@ |
76 | 76 |
<p>Erinn Clark signs the Tor Browser Bundles. Import her key |
77 | 77 |
(0x63FEE659) by starting <i>cmd.exe</i> and typing:</p> |
78 | 78 |
|
79 |
- <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre> |
|
79 |
+ <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --keyserver x-hkp://pool.sks-keyservers.net --recv-keys 0x63FEE659</pre> |
|
80 | 80 |
|
81 | 81 |
<p>After importing the key, you can verify that the fingerprint |
82 | 82 |
is correct:</p> |
83 | 83 |
|
84 |
- <pre>C:\Program Files\Gnu\GnuPg\gpg.exe --fingerprint 0x63FEE659</pre> |
|
84 |
+ <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --fingerprint 0x63FEE659</pre> |
|
85 | 85 |
|
86 | 86 |
<p>You should see:</p> |
87 | 87 |
<pre> |
... | ... |
@@ -97,7 +97,7 @@ |
97 | 97 |
to download the ".asc" file as well. Assuming you downloaded the |
98 | 98 |
package and its signature to your Desktop, run:</p> |
99 | 99 |
|
100 |
- <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> |
|
100 |
+ <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> |
|
101 | 101 |
|
102 | 102 |
<p>The output should say "Good signature": </p> |
103 | 103 |
|
104 | 104 |