From: Marcos Mello Date: Mon, 21 May 2018 20:57:12 +0000 (+0000) Subject: Update sslcrtd_program configuration directive documentation (#209) X-Git-Tag: SQUID_4_0_25~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaf3cfe8ed124b65bcee4025df6c80ede482a411;p=thirdparty%2Fsquid.git Update sslcrtd_program configuration directive documentation (#209) Catch it up with 505f9427c55a365b464f1b204880df1d3ccccb7f. --- diff --git a/src/cf.data.pre b/src/cf.data.pre index acbd57bd52..c7f9a3e08e 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3127,7 +3127,12 @@ LOC: Ssl::TheConfig.ssl_crtd DOC_START Specify the location and options of the executable for certificate generator. - @DEFAULT_SSL_CRTD@ program requires -s and -M parameters + + @DEFAULT_SSL_CRTD@ program can use a disk cache to improve response + times on repeated requests. To enable caching, specify -s and -M + parameters. If those parameters are not given, the program generates + a new certificate on every request. + For more information use: @DEFAULT_SSL_CRTD@ -h DOC_END