]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: ssl: fix typo about ocsp files
authorWilliam Dauchy <w.dauchy@criteo.com>
Tue, 6 Oct 2020 13:22:37 +0000 (15:22 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Tue, 6 Oct 2020 13:47:50 +0000 (15:47 +0200)
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 <w.dauchy@criteo.com>
doc/configuration.txt

index f6eacfbfae24289bcddf0f083dcc1f9d02d80802..ef9ca4b3b757dbe778fc9918764bde540451a08e 100644 (file)
@@ -1423,7 +1423,7 @@ ssl-load-extra-files <none|all|bundle|sctl|ocsp|issuer|key>*
   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 "<basename>.sctl" for each crt keyword.