From: William Lallemand Date: Wed, 3 Jun 2020 15:34:48 +0000 (+0200) Subject: DOC: add a line about comments in crt-list X-Git-Tag: v2.2-dev9~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c26ed73f74583252e22ffa95469bda52b880609;p=thirdparty%2Fhaproxy.git DOC: add a line about comments in crt-list Add a line about comments in crt-list. Fix issue #514. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 89bbb4b339..15cbe889ca 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -12287,8 +12287,11 @@ crt-list natively supported, avoid multi-cert bundling. RSA and ECDSA certificates can be declared in a row, and set different ssl and filter parameter. + Empty lines as well as lines beginning with a hash ('#') will be ignored. + crt-list file example: cert1.pem + # comment cert2.pem [alpn h2,http/1.1] certW.pem *.domain.tld !secure.domain.tld certS.pem [curves X25519:P-256 ciphers ECDHE-ECDSA-AES256-GCM-SHA384] secure.domain.tld