From: Jeff Trawick Date: Sat, 4 Jan 2014 21:46:39 +0000 (+0000) Subject: document on/off parameter in the usual manner and show defaults for SSLHonorCipherOrd... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ced7ce64c91ee925f84e1272d131942ba0a9929;p=thirdparty%2Fapache%2Fhttpd.git document on/off parameter in the usual manner and show defaults for SSLHonorCipherOrder, SSLOCSPEnable, SSLOCSPOverrideResponder, and SSLInsecureRenegotiation git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1555424 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/mod_ssl.xml b/docs/manual/mod/mod_ssl.xml index c7f91576599..d3f75ac2b66 100644 --- a/docs/manual/mod/mod_ssl.xml +++ b/docs/manual/mod/mod_ssl.xml @@ -2121,7 +2121,8 @@ SSLUserName SSL_CLIENT_S_DN_CN SSLHonorCipherOrder Option to prefer the server's cipher preference order -SSLHonorCipherOrder flag +SSLHonorCipherOrder on|off +SSLHonorCipherOrder off server config virtual host Available if using OpenSSL 0.9.7 or later @@ -2168,7 +2169,8 @@ SSLCryptoDevice ubsec SSLOCSPEnable Enable OCSP validation of the client certificate chain -SSLOCSPEnable flag +SSLOCSPEnable on|off +SSLOCSPEnable off server config virtual host Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later @@ -2215,7 +2217,8 @@ the certificate being verified.

SSLOCSPOverrideResponder Force use of the default responder URI for OCSP validation -SSLOCSPOverrideResponder flag +SSLOCSPOverrideResponder on|off +SSLOCSPOverrideResponder off server config virtual host Available in httpd 2.3 and later, if using OpenSSL 0.9.7 or later @@ -2277,7 +2280,7 @@ which means that OCSP responses are considered valid as long as their SSLInsecureRenegotiation Option to enable support for insecure renegotiation -SSLInsecureRenegotiation flag +SSLInsecureRenegotiation on|off SSLInsecureRenegotiation off server config virtual host