From: Willy Tarreau Date: Mon, 27 May 2024 18:13:42 +0000 (+0200) Subject: DOC: config: refer to the non-deprecated keywords in ocsp-update on/off X-Git-Tag: v3.0.0~13 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=652a6f18b217a8cca906448e57e84403a3a0a3cb;p=thirdparty%2Fhaproxy.git DOC: config: refer to the non-deprecated keywords in ocsp-update on/off The doc for "ocsp-update [ off | on ]" was still referring to "tune.ssl.ocsp-update.*" instead of "ocsp-update.*". No backport needed. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 86c93e62ca..424a4aefda 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -4950,8 +4950,8 @@ ocsp-update [ off | on ] response, setting this option to 'on' for the given certificate will ensure that the OCSP response gets fetched automatically right after init. The default minimum and maximum delays (5 minutes and 1 hour respectively) - can be configured by the "tune.ssl.ocsp-update.maxdelay" and - "tune.ssl.ocsp-update.mindelay" global options. + can be configured by the "ocsp-update.maxdelay" and "ocsp-update.mindelay" + global options. Whenever an OCSP response is updated by the auto update task or following a call to the "update ssl ocsp-response" CLI command, a dedicated log line is