From 97817a934cc52933f3a4a971f160d8ce8c55d130 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Sun, 30 Oct 2016 12:26:28 +1300 Subject: [PATCH] Bug 4627: fix generate-host-certificates and dynamic_cert_mem_cache_size docs For Squid-3 the fix is just to update the documentation. --- src/cf.data.pre | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/cf.data.pre b/src/cf.data.pre index 8e596ce89d..4edc18cfcd 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -1787,13 +1787,12 @@ DOC_START certificate equals lifetime of the CA certificate. If generated certificate is selfsigned lifetime is three years. - This option is enabled by default when ssl-bump is used. - See the ssl-bump option above for more information. + This option is disabled by default. See the ssl-bump + option above for more information. dynamic_cert_mem_cache_size=SIZE Approximate total RAM size spent on cached generated - certificates. If set to zero, caching is disabled. The - default value is 4MB. + certificates. If set to zero, caching is disabled. TLS / SSL Options: @@ -2063,13 +2062,12 @@ DOC_START certificate equals lifetime of CA certificate. If generated certificate is selfsigned lifetime is three years. - This option is enabled by default when SslBump is used. - See the sslBump option above for more information. + This option is disabled by default. See the ssl-bump + option above for more information. dynamic_cert_mem_cache_size=SIZE Approximate total RAM size spent on cached generated - certificates. If set to zero, caching is disabled. The - default value is 4MB. + certificates. If set to zero, caching is disabled. See http_port for a list of available options. DOC_END -- 2.47.2