]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: clarify crt-base usage
authorWilliam Dauchy <w.dauchy@criteo.com>
Sat, 11 Jan 2020 12:09:12 +0000 (13:09 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 15 Jan 2020 09:55:43 +0000 (10:55 +0100)
crt-base is also used after "crt" directive.

Signed-off-by: William Dauchy <w.dauchy@criteo.com>
doc/configuration.txt

index d0bb97415270d23cc98844a819f352f1a1d10713..9ac898517539c25938c2fd9814d2652ebee07b3c 100644 (file)
@@ -800,8 +800,8 @@ cpu-map [auto:]<process-set>[/<thread-set>] <cpu-set>...
 
 crt-base <dir>
   Assigns a default directory to fetch SSL certificates from when a relative
-  path is used with "crtfile" directives. Absolute locations specified after
-  "crtfile" prevail and ignore "crt-base".
+  path is used with "crtfile" or "crt" directives. Absolute locations specified
+  prevail and ignore "crt-base".
 
 daemon
   Makes the process fork into background. This is the recommended mode of