DOC: configuration: fix the example in crt-store
authorWilliam Lallemand <wlallemand@haproxy.com>
Sun, 25 May 2025 14:52:00 +0000 (16:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 27 May 2025 13:15:50 +0000 (15:15 +0200)
Fix a bad example in the crt-store section. site1 does not use the "web"
crt-store but the global one.

Must be backported as far as 3.0 however the section was 3.12 in
previous version.

(cherry picked from commit d607940915b097cdbb85910a0fac50ffafe075e1)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit a471ebfd4df167bf70b04d623ac13ce39aaf0948)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>

doc/configuration.txt

index 8b7550f..dc9e9e2 100644 (file)
@@ -5013,7 +5013,7 @@ Example:
         load crt "site4.crt" key "site4.key"
 
     frontend in2
-        bind *:443 ssl crt "@web/site1" crt "site2.crt"  crt "@web/site3" crt "@web/site4.crt"
+        bind *:443 ssl crt "@/site1" crt "site2.crt"  crt "@web/site3" crt "@web/site4.crt"
 
 3.12.1. Load options
 --------------------