]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
docs: Fix SSL_CERT_DIR env var
authorNorbert Pocs <norbertp@openssl.org>
Wed, 4 Mar 2026 15:48:12 +0000 (16:48 +0100)
committerMatt Caswell <matt@openssl.foundation>
Mon, 16 Mar 2026 11:24:42 +0000 (11:24 +0000)
Complements: dfdbc113eefb "Partially revert #18070 (Add support for Windows CA certificate store)"

Signed-off-by: Norbert Pocs <norbertp@openssl.org>
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Saša Nedvědický <sashan@openssl.org>
MergeDate: Mon Mar 16 11:24:06 2026
(Merged from https://github.com/openssl/openssl/pull/30390)

(cherry picked from commit 00dcd4527d477544b0ff5727a377bc37f96f946f)

doc/man7/ossl-guide-tls-introduction.pod

index 5789524324d15770b1dc0e0a19a6cf931eb3ae18..4b69a9e642b00795bf1edbfd859bf959e6fed349 100644 (file)
@@ -165,7 +165,7 @@ directly in B<OPENSSLDIR>. For example if B<OPENSSLDIR> is "/usr/local/ssl",
 then save it as "/usr/local/ssl/cert.pem".
 
 You can also use environment variables to override the default location that
-OpenSSL will look for its trusted certificate store. Set the B<SSL_CERT_PATH>
+OpenSSL will look for its trusted certificate store. Set the B<SSL_CERT_DIR>
 environment variable to give the directory where OpenSSL should looks for its
 certificates or the B<SSL_CERT_FILE> environment variable to give the name of
 a single file containing all of the certificates. See L<openssl-env(7)> for