Doc references ca-sign-passphrase but the source code is referring ca-sign-pass. Align doc to reality. --- doc/configuration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/configuration.txt b/doc/configuration.txt index 6d92a4530749..24a222f3d1b9 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -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

