Re: [PATCH] DOC: clarify crt-base usage

2020-01-15 Thread William Lallemand
On Sat, Jan 11, 2020 at 01:09:12PM +0100, William Dauchy wrote:
> crt-base is also used after "crt" directive.
> 

Thanks, applied!

-- 
William Lallemand



[PATCH] DOC: clarify crt-base usage

2020-01-11 Thread William Dauchy
crt-base is also used after "crt" directive.

Signed-off-by: William Dauchy 
---
 doc/configuration.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index d0bb9741..9ac89851 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
-- 
2.24.1