Author: remy.maucherat(a)jboss.com
Date: 2008-07-01 05:50:33 -0400 (Tue, 01 Jul 2008)
New Revision: 691
Modified:
trunk/webapps/docs/ssl-howto.xml
Log:
- Add some extra info on keystore type.
Modified: trunk/webapps/docs/ssl-howto.xml
===================================================================
--- trunk/webapps/docs/ssl-howto.xml 2008-07-01 09:50:05 UTC (rev 690)
+++ trunk/webapps/docs/ssl-howto.xml 2008-07-01 09:50:33 UTC (rev 691)
@@ -428,7 +428,9 @@
<attribute name="keystoreType" required="false">
<p>The type of keystore file to be used for the server certificate.
- If not specified, the default value is
"<code>JKS</code>".</p>
+ If not specified, the default value is "<code>JKS</code>".
+ For example the *.p12 files from openssl can be used using
+ <code>PKCS12</code></td></p>
</attribute>
<attribute name="sslProtocol" required="false">