From ebbac8cf3d2fab2ac88871ab7c442a20c2e9e1f1 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Fri, 21 Feb 2020 15:44:35 +0100 Subject: [PATCH] config: Improve the description of the ca-cert-file directive --- doc/source/p-config.sgml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 -- 2.39.2