DOC: configuration: add an example for keywords from crt-store
In ticket #785, people are still confused about how to use the crt-store load parameters in a crt-list. This patch adds an example. This must be backported in 3.0
This commit is contained in:
parent
ba958fb230
commit
c79c312142
|
@ -16141,6 +16141,7 @@ crt-list <file>
|
||||||
certS.pem [curves X25519:P-256 ciphers ECDHE-ECDSA-AES256-GCM-SHA384] secure.domain.tld
|
certS.pem [curves X25519:P-256 ciphers ECDHE-ECDSA-AES256-GCM-SHA384] secure.domain.tld
|
||||||
default.pem.rsa *
|
default.pem.rsa *
|
||||||
default.pem.ecdsa *
|
default.pem.ecdsa *
|
||||||
|
foo.crt [key bar.pem ocsp foo.ocsp ocsp-update on] foo.bar.com
|
||||||
|
|
||||||
default-crt <cert>
|
default-crt <cert>
|
||||||
This option does the same as the "crt" option, with the difference that this
|
This option does the same as the "crt" option, with the difference that this
|
||||||
|
|
Loading…
Reference in New Issue