Author: markt
Date: Thu Jul 5 21:33:41 2018
New Revision: 1835194
URL: http://svn.apache.org/viewvc?rev=1835194&view=rev
Log:
DKS docs
Modified:
tomcat/trunk/webapps/docs/config/http.xml
Modified: tomcat/trunk/webapps/docs/config/http.xml
URL:
http://svn.apache.org/viewvc/tomcat/trunk/webapps/docs/config/http.xml?rev=1835194&r1=1835193&r2=1835194&view=diff
==============================================================================
--- tomcat/trunk/webapps/docs/config/http.xml (original)
+++ tomcat/trunk/webapps/docs/config/http.xml Thu Jul 5 21:33:41 2018
@@ -1468,8 +1468,10 @@
that is running Tomcat. If your <code>keystoreType</code> doesn't need a
file use <code>""</code> (empty string) or <code>NONE</code> for this
parameter. Relative paths will be resolved against
- <code>$CATALINA_BASE</code>. A URL may also be used for this attribute.
- </p>
+ <code>$CATALINA_BASE</code>. A URI may also be used for this attribute.
+ When using a domain keystore (<code>keystoreType</code> of
+ <code>DKS</code>), this parameter should be the URI to the domain
+ keystore.</p>
</attribute>
<attribute name="certificateKeystorePassword" required="false">
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]