X-Git-Url: http://www.privoxy.org/gitweb/?a=blobdiff_plain;f=doc%2Fsource%2Fp-config.sgml;h=30f5701b1e94c9935544b5e8f90b36f115e5249d;hb=ebbac8cf3d2fab2ac88871ab7c442a20c2e9e1f1;hp=358e591afd5f145f6a43b2e3952c77cebd6918f4;hpb=66531e8186ae4e064e12db2c375171247a7e331b;p=privoxy.git diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 358e591a..30f5701b 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -4007,7 +4007,18 @@ forward-socks4, forward-socks4a, forward-socks5 and forward-socks5t in ".crt" format. - It can be generated with: openssl req -new -x509 -extensions v3_ca -keyout cakey.pem -out cacert.crt -days 3650 + The file is used by &my-app; to generate website certificates + when https filtering is enabled with the + enable-https-filtering + action. + + + &my-app; 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 cacert.crt -days 3650