]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update sslcrtd_program configuration directive documentation (#209)
authorMarcos Mello <marcosfrm@users.noreply.github.com>
Mon, 21 May 2018 20:57:12 +0000 (20:57 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Wed, 23 May 2018 20:11:58 +0000 (08:11 +1200)
Catch it up with 505f9427c55a365b464f1b204880df1d3ccccb7f.

src/cf.data.pre

index acbd57bd525986c58ef7af2497c82a89ca6bcd1a..c7f9a3e08edde7a3580093824f393c07789c363d 100644 (file)
@@ -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