From c79c3121427ca240f36e1838fba777b8e92ac81f Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 3 Jun 2024 11:02:23 +0200 Subject: [PATCH] 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 --- doc/configuration.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 443a2aa6b..971c54d28 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -16141,6 +16141,7 @@ crt-list certS.pem [curves X25519:P-256 ciphers ECDHE-ECDSA-AES256-GCM-SHA384] secure.domain.tld default.pem.rsa * default.pem.ecdsa * + foo.crt [key bar.pem ocsp foo.ocsp ocsp-update on] foo.bar.com default-crt This option does the same as the "crt" option, with the difference that this