[jboss-remoting-commits] JBoss Remoting SVN: r5646 - remoting2/branches/2.x/docs/guide/en.

jboss-remoting-commits at lists.jboss.org jboss-remoting-commits at lists.jboss.org
Sat Dec 26 20:26:02 EST 2009


Author: ron.sigal at jboss.com
Date: 2009-12-26 20:26:02 -0500 (Sat, 26 Dec 2009)
New Revision: 5646

Modified:
   remoting2/branches/2.x/docs/guide/en/chap5.xml
Log:
JBREM-1172: Added notes about keystoreUrl and truststoreUrl set to "NONE".

Modified: remoting2/branches/2.x/docs/guide/en/chap5.xml
===================================================================
--- remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-12-27 01:16:38 UTC (rev 5645)
+++ remoting2/branches/2.x/docs/guide/en/chap5.xml	2009-12-27 01:26:02 UTC (rev 5646)
@@ -4987,7 +4987,10 @@
               <classname>SSLSocketBuilder</classname> will look for the
               keystore file. This can be relative to the thread's classloader
               or can be an absolute path on the file system or can be a
-              URL.</para></entry>
+              URL.  It can also be set to "NONE", in which case the keystore
+              will be initialized but not populated from a file.  This feature
+              might be useful in the case of a PKCS#11 smart card.
+              </para></entry>
             </row>
 
             <row>
@@ -5129,7 +5132,9 @@
 
               <entry><para></para></entry>
 
-              <entry><para>location of trust store</para></entry>
+              <entry><para>location of trust store. It can also be set to "NONE", in which case the truststore
+              will be initialized but not populated from a file.  This feature
+              might be useful in the case of a PKCS#11 smart card.</para></entry>
             </row>
 
             <row>



More information about the jboss-remoting-commits mailing list