From: William Lallemand Date: Sun, 25 May 2025 14:52:00 +0000 (+0200) Subject: DOC: configuration: fix the example in crt-store X-Git-Tag: v3.2.0~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d607940915b097cdbb85910a0fac50ffafe075e1;p=thirdparty%2Fhaproxy.git DOC: configuration: fix the example in crt-store 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. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 596d6ab11..8fe23d3ed 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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 --------------------