From cc60a3c14f678de4ef75f6deb6965b7d9065def4 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Mon, 6 Dec 2021 23:13:25 +0100 Subject: [PATCH] DOC: configuration: issuers-chain-path only applies to bind lines issuers-chain-path was introduced in 2.2 into the ckch codepath, however as far as 2.3, the ckch only applies to the bind lines, and not the server ones. This must be backported to 2.2. --- doc/configuration.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/configuration.txt b/doc/configuration.txt index 1db0e47..2049030 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1204,6 +1204,8 @@ issuers-chain-path "issuers-chain-path" directory. All other certificates with the same issuer will share the chain in memory. + This option only applies to certificates used from bind lines. + localpeer Sets the local instance's peer name. It will be ignored if the "-L" command line argument is specified or if used after "peers" section -- 1.7.10.4