From: William Dauchy Date: Sat, 11 Jan 2020 12:09:12 +0000 (+0100) Subject: DOC: clarify crt-base usage X-Git-Tag: v2.2-dev1~112 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=238ea3bd756176cb1112a1038dec31215e6785f5;p=thirdparty%2Fhaproxy.git DOC: clarify crt-base usage crt-base is also used after "crt" directive. Signed-off-by: William Dauchy --- diff --git a/doc/configuration.txt b/doc/configuration.txt index d0bb974152..9ac8985175 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -800,8 +800,8 @@ cpu-map [auto:][/] ... crt-base 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