billbarker 2003/10/10 21:34:24
Modified: webapps/docs ssl-howto.xml
Log:
Document new configuration value.
Revision Changes Path
1.8 +7 -0 jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml
Index: ssl-howto.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/ssl-howto.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ssl-howto.xml 5 Oct 2003 23:53:52 -0000 1.7
+++ ssl-howto.xml 11 Oct 2003 04:34:24 -0000 1.8
@@ -378,6 +378,13 @@
<td><code>truststorePass</code></td>
<td>The password to access the TrustStore.</td>
</tr>
+ <tr>
+ <td><code>truststoreType</code></td>
+ <td>Add this element if your are using a different format for the
+ TrustStore then you are using for the KeyStore. The valid values are
+ <code>JKS</code> and <code>PKCS12</code>.</td>
+ </td>
+ </tr>
</table>
<p>After completing these configuration changes, you must restart Tomcat as
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org
|