Add delcert.exe as signature removal tool
Georg Koppen

Georg Koppen commited on 2015-04-30 10:09:57
Zeige 1 geänderte Dateien mit 4 Einfügungen und 4 Löschungen.

... ...
@@ -218,10 +218,10 @@
218 218
       <li>You should see a message like "Good signature from &lt;DEVELOPER
219 219
       NAME&gt;". If you don't, there is a problem. Try these steps again.</li>
220 220
       <li>If you want to verify a Windows Tor Browser package you need to first
221
-      strip off the authenticode signature of it. One tool that can be used for
222
-      this purpose is <a
223
-      href="http:/osslsigncode.sourceforge.net">osslsigncode</a>. Assuming you
224
-      have built it on a Linux computer you can enter
221
+      strip off the authenticode signature of it. Tools that can be used for
222
+      this purpose are <a href="http://osslsigncode.sourceforge.net">osslsigncode</a> and
223
+      <a href="http://forum.xda-developers.com/showthread.php?t=416175">delcert.exe</a>.
224
+      Assuming you have built e.g. <tt>osslsigncode</tt> on a Linux computer you can enter
225 225
       <pre>/path/to/your/osslsigncode remove-signature &#92;
226 226
         /path/to/your/&lt;TOR BROWSER FILE NAME&gt;.exe &lt;TOR BROWSER FILE NAME&gt;.exe</pre></li>
227 227
       <li>Now you can take the sha256sum of the Tor Browser package. On
228 228