[Privoxy-commits] [privoxy] branch master updated: Regenerate FAQ

User Git git at git.privoxy.org
Thu Jul 2 14:48:43 CEST 2026


This is an automated email from the git hooks/post-receive script.

git pushed a commit to branch master
in repository privoxy.

The following commit(s) were added to refs/heads/master by this push:
     new 544adcf8 Regenerate FAQ
544adcf8 is described below

commit 544adcf84bd0af26a5835793d8c82bc9e4c4f599
Author: Fabian Keil <fk at fabiankeil.de>
AuthorDate: Thu Jul 2 14:48:13 2026 +0200

    Regenerate FAQ
---
 doc/webserver/faq/installation.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/webserver/faq/installation.html b/doc/webserver/faq/installation.html
index 67e2d932..efcc9b26 100644
--- a/doc/webserver/faq/installation.html
+++ b/doc/webserver/faq/installation.html
@@ -31,10 +31,10 @@
       genuine?</a></h3>
       <p>Each binary installation package is GPG signed by the relevant packager, using detached .asc signature files,
       as follows:</p>
-      <p><tt class="LITERAL">gpg --armor --output installer.sig --detach-sig installer</tt></p>
+      <p><tt class="LITERAL">gpg --armor --output installer.asc --detach-sig installer</tt></p>
       <p>To verify that the installer file has not been modified since it was built, use GPG to check that it
       cryptographically matches the signature, as follows:</p>
-      <p><tt class="LITERAL">gpg --verify installer.sig installer</tt></p>
+      <p><tt class="LITERAL">gpg --verify installer.asc installer</tt></p>
       <p>The output of this command will identify the email address of the packager, alongside the fingerprint of their
       public GPG key. The current packagers are as follows:</p>
       <div class="TABLE">

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Privoxy-commits mailing list