Author: moritz Date: 2013-01-27 23:02:38 +0000 (Sun, 27 Jan 2013) New Revision: 26032
Modified: website/trunk/docs/en/verifying-signatures.wml Log: examples use torbrowser bundle filenames now
Modified: website/trunk/docs/en/verifying-signatures.wml =================================================================== --- website/trunk/docs/en/verifying-signatures.wml 2013-01-27 22:49:07 UTC (rev 26031) +++ website/trunk/docs/en/verifying-signatures.wml 2013-01-27 23:02:38 UTC (rev 26032) @@ -97,7 +97,7 @@ to download the ".asc" file as well. Assuming you downloaded the package and its signature to your Desktop, run:</p>
- <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> + <pre>"C:\Program Files\Gnu\GnuPg\gpg.exe" --verify C:\Users\Alice\Desktop\tor-browser-<version-torbrowserbundle>_en-US.exe.asc C:\Users\Alice\Desktop\tor-browser-<version-torbrowserbundle>_en-US.exe</pre>
<p>The output should say "Good signature": </p>
@@ -153,7 +153,7 @@ to download the ".asc" file as well. Assuming you downloaded the package and its signature to your Desktop, run:</p>
- <pre>gpg --verify /Users/Alice/<file-osx-x86-bundle-stable>{.asc,}</pre> + <pre>gpg --verify /Users/Alice/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip{.asc,}</pre>
<p>The output should say "Good signature": </p>
tor-commits@lists.torproject.org