projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95416ce
)
Correct environment variable is OPENSSL_ALLOW_PROXY_CERTS.
author
Richard Levitte
<levitte@openssl.org>
Fri, 4 May 2012 10:43:24 +0000
(10:43 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Fri, 4 May 2012 10:43:24 +0000
(10:43 +0000)
doc/HOWTO/proxy_certificates.txt
patch
|
blob
|
history
diff --git
a/doc/HOWTO/proxy_certificates.txt
b/doc/HOWTO/proxy_certificates.txt
index 3d36b02f6b318c0754d2cf567f889ddc5a9be09a..f98ec36076786f85465adf082afb72606f10cbc7 100644
(file)
--- 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.