Prevent substitution where it shouldn't happen

This commit is contained in:
PapaTutuWawa 2020-09-23 23:34:29 +02:00
parent 68a7424408
commit 403c79b05e

View File

@ -37,7 +37,7 @@
<ul> <ul>
<li>Download the page source to "page.html"</li> <li>Download the page source to "page.html"</li>
<li>Extract the PGP signature from the top and save it to "page.html.sig"</li> <li>Extract the PGP signature from the top and save it to "page.html.sig"</li>
<li>Replace the signature in "page.html" with "%%%SIGNED_PAGES_PGP_SIGNATURE%%%" (Without the ")</li> <li>Replace the signature in "page.html" with "&#37;&#37;&#37;SIGNED_PAGES_PGP_SIGNATURE&#37;&#37;&#37;" (Without the ")</li>
<li>Verify using <code>gpg --verify page.html.sig page.html</code></li> <li>Verify using <code>gpg --verify page.html.sig page.html</code></li>
</ul> </ul>
</p> </p>