From: William Dauchy Date: Tue, 6 Oct 2020 13:22:37 +0000 (+0200) Subject: DOC: ssl: fix typo about ocsp files X-Git-Tag: v2.3-dev6~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=57dd6f1c5a294f8a302248d56e26201b17cfe0ec;p=thirdparty%2Fhaproxy.git DOC: ssl: fix typo about ocsp files one of the last I saw in this section while working on github issue #872 might be backported in all still supported versions Signed-off-by: William Dauchy --- diff --git a/doc/configuration.txt b/doc/configuration.txt index f6eacfbfae..ef9ca4b3b7 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -1423,7 +1423,7 @@ ssl-load-extra-files * On the CLI, bundles are seen as separate files, and the bundle extension is required to commit them. - OSCP files (.ocsp), issuer files (.issuer), Certificate Transparency (.sctl) + OCSP files (.ocsp), issuer files (.issuer), Certificate Transparency (.sctl) as well as private keys (.key) are supported with multi-cert bundling. "sctl": Try to load ".sctl" for each crt keyword.