X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fwebserver%2Fuser-manual%2Fconfig.html;h=e0566ac5931f2ae31f0886f9f93d8c3cfa75302f;hb=12c8dc0f934964557294fcee2ea4b5444754e032;hp=b229eb6086521ab53f9f558919cdfe208e045696;hpb=1020bde33b499928eb1be70c782422703eeb0e64;p=privoxy.git diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index b229eb60..e0566ac5 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -2465,8 +2465,8 @@

This directive specifies the name of the CA certificate file in ".crt" format.

The file is used by Privoxy to generate website certificates when - https filtering is enabled with the enable-https-filtering action.

+ https inspection is enabled with the https-inspection action.

Privoxy clients should import the certificate so that they can validate the generated certificates.

The file can be generated with: openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out @@ -2568,8 +2568,8 @@

Notes:

This directive specifies the directory where generated TLS/SSL keys and certificates are saved when - https filtering is enabled with the enable-https-filtering action.

+ https inspection is enabled with the https-inspection action.

The keys and certificates currently have to be deleted manually when changing the ca-cert-file and the ca-cert-key.