From a2a12dec1b0ff07da483ed8fb4ec3092946d751a Mon Sep 17 00:00:00 2001 From: Marcos Mello Date: Mon, 21 May 2018 20:57:12 +0000 Subject: [PATCH] Update sslcrtd_program configuration directive documentation (#209) Catch it up with 505f9427c55a365b464f1b204880df1d3ccccb7f. --- src/cf.data.pre | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index f13a7e2b9e..da82f835b8 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -3268,7 +3268,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 -- 2.47.3