From 62f8606a0a3d881581b23a7910241f56ba0bf5a6 Mon Sep 17 00:00:00 2001 From: James Muir Date: Fri, 20 Oct 2023 00:40:29 -0400 Subject: [PATCH] doc: change "certifictes" to "certificates" Reviewed-by: Richard Levitte Reviewed-by: Matthias St. Pierre Reviewed-by: Hugo Landau (Merged from https://github.com/openssl/openssl/pull/22446) --- doc/man7/ossl-guide-tls-introduction.pod | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/man7/ossl-guide-tls-introduction.pod b/doc/man7/ossl-guide-tls-introduction.pod index e85fb8e3f9..fd8184e592 100644 --- a/doc/man7/ossl-guide-tls-introduction.pod +++ b/doc/man7/ossl-guide-tls-introduction.pod @@ -168,7 +168,7 @@ You can also use environment variables to override the default location that OpenSSL will look for its trusted certificate store. Set the B environment variable to give the directory where OpenSSL should looks for its certificates or the B environment variable to give the name of -a single file containing all of the certifictes. See L for +a single file containing all of the certificates. See L for further details about OpenSSL environment variables. For example you could use this capability to have multiple versions of OpenSSL all installed on the same system using different values for B but all using the same @@ -194,7 +194,7 @@ If its not working as expected then you might see output like this instead: Verification error: unable to get local issuer certificate The "unable to get local issuer certificate" error means that OpenSSL has been -unable to find a trusted CA for the chain of certifictes provided by the server +unable to find a trusted CA for the chain of certificates provided by the server in its trusted certificate store. Check your trusted certificate store configuration again.