From beaa0e16356f33397b972c82f4ef90412767ab19 Mon Sep 17 00:00:00 2001 From: William Lallemand Date: Wed, 17 Jul 2024 18:20:43 +0200 Subject: [PATCH] DOC: configuration: issuers-chain-path is compatible with OCSP Since patch f3dfd95a ("MEDIUM: ocsp: fix ocsp when the chain is loaded from 'issuers-chain-path'") the OCSP features are compatible with 'issuers-chain-path'. --- doc/configuration.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index 4996049a46..8856593456 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -2044,9 +2044,8 @@ issuers-chain-path "issuers-chain-path" directory. All other certificates with the same issuer will share the chain in memory. - The OCSP features are not able to use the completed chain from - 'issuers-chain-path', please use an additionnal .issuer file if you want to - achieve OCSP stapling. + The OCSP features are able to use the completed chain when no .issuer was + used, or no chain was provided in the PEM. key-base Assigns a default directory to fetch SSL private keys from when a relative -- 2.47.3