Commit 00dcd4527d for openssl.org

commit 00dcd4527d477544b0ff5727a377bc37f96f946f
Author: Norbert Pocs <norbertp@openssl.org>
Date:   Wed Mar 4 16:48:12 2026 +0100

    docs: Fix SSL_CERT_DIR env var

    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)

diff --git a/doc/man7/ossl-guide-tls-introduction.pod b/doc/man7/ossl-guide-tls-introduction.pod
index 5789524324..4b69a9e642 100644
--- a/doc/man7/ossl-guide-tls-introduction.pod
+++ b/doc/man7/ossl-guide-tls-introduction.pod
@@ -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