aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2012-05-04 10:43:15 +0000
committerRichard Levitte <levitte@openssl.org>2012-05-04 10:43:15 +0000
commite0311481b87ce790c164af88f54c2f9234b30ddb (patch)
tree10fbeede4ee3753d1dc13c7e6e86f44cf0d0e57a
parentf9c5e5d92e75ccff046774494b9904d849148e5f (diff)
downloadopenssl-e0311481b87ce790c164af88f54c2f9234b30ddb.tar.gz
Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.
-rw-r--r--doc/HOWTO/proxy_certificates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/HOWTO/proxy_certificates.txt b/doc/HOWTO/proxy_certificates.txt
index 3d36b02f6b..f98ec36076 100644
--- a/doc/HOWTO/proxy_certificates.txt
+++ b/doc/HOWTO/proxy_certificates.txt
@@ -57,7 +57,7 @@ following methods:
- in all other cases, proxy certificate validation can be enabled
before starting the application by setting the envirnoment variable
- OPENSSL_ALLOW_PROXY with some non-empty value.
+ OPENSSL_ALLOW_PROXY_CERTS with some non-empty value.
There are thoughts to allow proxy certificates with a line in the
default openssl.cnf, but that's still in the future.