]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: configuration: fix the example in crt-store
authorWilliam Lallemand <wlallemand@haproxy.com>
Sun, 25 May 2025 14:52:00 +0000 (16:52 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Sun, 25 May 2025 14:55:08 +0000 (16:55 +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.

doc/configuration.txt

index 596d6ab11ceffb1f97d94b910fa0abe65d0bde6d..8fe23d3edbd4dc3e4c3b7bf7c83349c47b598f3f 100644 (file)
@@ -30040,7 +30040,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"
 
 12.7.1. Load options
 --------------------