]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 4627: fix generate-host-certificates and dynamic_cert_mem_cache_size docs
authorAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Oct 2016 23:26:28 +0000 (12:26 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Sat, 29 Oct 2016 23:26:28 +0000 (12:26 +1300)
For Squid-3 the fix is just to update the documentation.

src/cf.data.pre

index 8e596ce89d625eb629e50abdd6daa9a28caf2ea0..4edc18cfcdf31ac12ae48d806bbffaa7d0e4ba68 100644 (file)
@@ -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