]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
MINOR: ssl: rename ocsp_update.http_proxy into ocsp-update.httpproxy
authorWilliam Lallemand <wlallemand@haproxy.com>
Tue, 30 Apr 2024 20:21:45 +0000 (22:21 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 2 May 2024 14:32:06 +0000 (16:32 +0200)
Rename to the option to have a more consistent name.

doc/configuration.txt
src/ssl_ocsp.c

index 96af75434b15dce19524293c38880fd22099e397..461ba261f33e41eded2fbda98341acc549f02d6c 100644 (file)
@@ -1290,7 +1290,7 @@ The following keywords are supported in the "global" section :
    - nbthread
    - node
    - numa-cpu-mapping
-   - ocsp_update.http_proxy
+   - ocsp-update.httpproxy
    - pidfile
    - pp2-never-send-local
    - presetenv
@@ -2169,7 +2169,7 @@ numa-cpu-mapping
   already specified, for example via the 'cpu-map' directive or the taskset
   utility.
 
-ocsp_update.http_proxy <address>[:port]
+ocsp-update.httpproxy <address>[:port]
   Allow to use an HTTP proxy for the OCSP updates. This only works with HTTP,
   HTTPS is not supported. This option will allow the OCSP updater to send
   absolute URI in the request to the proxy.
index 648771beebcfa56fd31684526ba87c681aadfc55..fa1a6e7bc6e4442559dfaf03eb2d585f9b6e4dd4 100644 (file)
@@ -2025,7 +2025,7 @@ static struct cfg_kw_list cfg_kws = {ILH, {
        { CFG_GLOBAL, "tune.ssl.ocsp-update.maxdelay", ssl_parse_global_ocsp_maxdelay },
        { CFG_GLOBAL, "tune.ssl.ocsp-update.mindelay", ssl_parse_global_ocsp_mindelay },
        { CFG_GLOBAL, "tune.ssl.ocsp-update.mode", ssl_parse_global_ocsp_update_mode },
-       { CFG_GLOBAL, "ocsp_update.http_proxy", ocsp_update_parse_global_http_proxy },
+       { CFG_GLOBAL, "ocsp-update.httpproxy", ocsp_update_parse_global_http_proxy },
 #endif
        { 0, NULL, NULL },
 }};