diff --git a/docs/dev/configuration.html b/docs/dev/configuration.html index bc2beb15..993685dc 100644 --- a/docs/dev/configuration.html +++ b/docs/dev/configuration.html @@ -2,7 +2,7 @@ - HAProxy version 3.0-dev6 - Configuration Manual + HAProxy version 3.0-dev6-5 - Configuration Manual @@ -4015,6 +4015,8 @@ tune.ssl.ocsp-update.mindelay + tune.ssl.ocsp-update.mode + tune.ssl.ssl-ctx-cache-size tune.stick-counters @@ -4196,7 +4198,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/03/26 + Converted with haproxy-dconv v0.4.2-15 on 2024/03/27

@@ -4207,7 +4209,7 @@

Configuration Manual

-

version 3.0-dev6

+

version 3.0-dev6-5

2024/03/26
@@ -8774,6 +8776,13 @@

3.2.< expiration times. It must be set to a lower value than "tune.ssl.ocsp-update.maxdelay". See option "ocsp-update" for more information about the auto update mechanism. +
Sets the default ocsp-update mode for all certificates used in the
+configuration. This global option can be superseded by the crt-list
+"ocsp-update" option but an error will be raised if a given certificate has
+two distinct configurations simultaneously. This option is set to "off" by
+default.
+See option "ocsp-update" for more information about the auto update
+mechanism.
 
Sets the number of stick-counters that may be tracked at the same time by a
 connection or a request via "track-sc*" actions in "tcp-request" or
 "http-request" rules. The default value is set at build time by the macro
@@ -19945,11 +19954,15 @@ 

5.1.< Its value defaults to 'off'. Please note that for now, this option can only be used in a crt-list line, it cannot be used directly on a bind line. It lies in this "Bind options" -section because it is still a frontend option. This limitation was set so -that the option applies to only one certificate at a time. +section because it is still a frontend option. For now, the only way to +enable OCSP auto update on a bind line certificate is via the global option +"tune.ocsp-update.mode". If a given certificate is used in multiple crt-lists with different values of -the 'ocsp-update' set, an error will be raised. Here is an example -configuration enabling it: +the 'ocsp-update' set, an error will be raised. Likewise, if a certificate +inherits from the global option on a bind line and has an incompatible +explicit 'ocsp-update' option set in a crt-list, the same error will be +raised. +Here is an example configuration enabling it: haproxy.cfg: frontend fe @@ -19967,12 +19980,12 @@

5.1.< hour limit. A minimum update interval of 5 minutes will still exist in order to avoid updating too often responses that have a really short expire time or even no 'Next Update' at all. Because of this hard limit, please note that -when auto update is set to 'on' or 'auto', any OCSP response loaded during -init will not be updated until at least 5 minutes, even if its expire time -ends before now+5m. This should not be too much of a hassle since an OCSP -response must be valid when it gets loaded during init (its expire time must -be in the future) so it is unlikely that this response expires in such a -short time after init. +when auto update is set to 'on', any OCSP response loaded during init will +not be updated until at least 5 minutes, even if its expire time ends before +now+5m. This should not be too much of a hassle since an OCSP response must +be valid when it gets loaded during init (its expire time must be in the +future) so it is unlikely that this response expires in such a short time +after init. On the other hand, if a certificate has an OCSP uri specified and no OCSP response, setting this option to 'on' for the given certificate will ensure that the OCSP response gets fetched automatically right after init. @@ -29761,7 +29774,7 @@

11

- HAProxy 3.0-dev6 – Configuration Manual
+ HAProxy 3.0-dev6-5 – Configuration Manual
, 2024/03/26

diff --git a/docs/dev/intro.html b/docs/dev/intro.html index 301e9a0a..e54f490b 100644 --- a/docs/dev/intro.html +++ b/docs/dev/intro.html @@ -2,7 +2,7 @@ - HAProxy version 3.0-dev6 - Starter Guide + HAProxy version 3.0-dev6-5 - Starter Guide @@ -484,7 +484,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/03/26 + Converted with haproxy-dconv v0.4.2-15 on 2024/03/27

@@ -495,7 +495,7 @@

Starter Guide

-

version 3.0-dev6

+

version 3.0-dev6-5


@@ -2515,7 +2515,7 @@

4.4.<

- HAProxy 3.0-dev6 – Starter Guide
+ HAProxy 3.0-dev6-5 – Starter Guide
,

diff --git a/docs/dev/management.html b/docs/dev/management.html index 9b9db104..b084e08c 100644 --- a/docs/dev/management.html +++ b/docs/dev/management.html @@ -2,7 +2,7 @@ - HAProxy version 3.0-dev6 - Management Guide + HAProxy version 3.0-dev6-5 - Management Guide @@ -616,7 +616,7 @@ You can use left and right arrow keys to navigate between chapters.

- Converted with haproxy-dconv v0.4.2-15 on 2024/03/26 + Converted with haproxy-dconv v0.4.2-15 on 2024/03/27

@@ -627,7 +627,7 @@

Management Guide

-

version 3.0-dev6

+

version 3.0-dev6-5


@@ -5073,7 +5073,7 @@


- HAProxy 3.0-dev6 – Management Guide
+ HAProxy 3.0-dev6-5 – Management Guide
,