]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: ssl: Use correct wording for ca-sign-pass
authorBertrand Jacquin <bertrand@jacquin.bzh>
Sun, 13 Nov 2016 16:37:12 +0000 (16:37 +0000)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Nov 2016 17:15:20 +0000 (18:15 +0100)
Doc references ca-sign-passphrase but the source code is referring
ca-sign-pass. Align doc to reality.

doc/configuration.txt

index ec851d80d66c9668ab0beaff39cbf3db5cf3bc5a..2bcb2b350b69a7206d3e3c7247b2255d527476d3 100644 (file)
@@ -10110,7 +10110,7 @@ ca-sign-file <cafile>
   setting when the dynamic generation of certificates is enabled. See
   'generate-certificates' for details.
 
-ca-sign-passphrase <passphrase>
+ca-sign-pass <passphrase>
   This setting is only available when support for OpenSSL was built in. It is
   the CA private key passphrase. This setting is optional and used only when
   the dynamic generation of certificates is enabled. See