mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-02-01 02:52:00 +00:00
DOC: add a line about comments in crt-list
Add a line about comments in crt-list. Fix issue #514.
This commit is contained in:
parent
23308ebf0d
commit
7c26ed73f7
@ -12287,8 +12287,11 @@ crt-list <file>
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user