]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: refer to the non-deprecated keywords in ocsp-update on/off
authorWilly Tarreau <w@1wt.eu>
Mon, 27 May 2024 18:13:42 +0000 (20:13 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 27 May 2024 18:13:42 +0000 (20:13 +0200)
The doc for "ocsp-update [ off | on ]" was still referring to
"tune.ssl.ocsp-update.*" instead of "ocsp-update.*". No backport
needed.

doc/configuration.txt

index 86c93e62ca0a6b1ce77d6f682a52379efcd9c0cd..424a4aefda7cc643205ec9249f505d18c2f868a8 100644 (file)
@@ -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