Author: remm
Date: Fri Jul 4 08:53:22 2014
New Revision: 1607800
URL: http://svn.apache.org/r1607800
Log:
Add docs for new ssl attributes.
Modified:
tomcat/trunk/webapps/docs/config/valve.xml
Modified: tomcat/trunk/webapps/docs/config/valve.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/valve.xml?rev=1607800&r1=1607799&r2=1607800&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/valve.xml (original)
+++ tomcat/trunk/webapps/docs/config/valve.xml Fri Jul 4 08:53:22 2014
@@ -789,6 +789,30 @@
</p>
</attribute>
+ <attribute name="sslClientCertHeader" required="false">
+ <p>Allows setting a custom name for the ssl_client_cert header.
+ If not specified, the default of <code>ssl_client_cert</code> is
+ used.</p>
+ </attribute>
+
+ <attribute name="sslCipherHeader" required="false">
+ <p>Allows setting a custom name for the ssl_cipher header.
+ If not specified, the default of <code>ssl_cipher</code> is
+ used.</p>
+ </attribute>
+
+ <attribute name="sslSessionIdHeader" required="false">
+ <p>Allows setting a custom name for the ssl_session_id header.
+ If not specified, the default of <code>ssl_session_id</code> is
+ used.</p>
+ </attribute>
+
+ <attribute name="sslCipherUserKeySizeHeader" required="false">
+ <p>Allows setting a custom name for the ssl_cipher_usekeysize header.
+ If not specified, the default of <code>ssl_cipher_usekeysize</code> is
+ used.</p>
+ </attribute>
+
</attributes>
</subsection>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]