[jboss-svn-commits] JBossWS SVN: r799 - branches/jbossws-1.0/docs/user-guide/project/en/modules/wssecurity
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sun Aug 20 17:17:58 EDT 2006
Author: mageshbk
Date: 2006-08-20 17:17:55 -0400 (Sun, 20 Aug 2006)
New Revision: 799
Modified:
branches/jbossws-1.0/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml
Log:
Added a hint about keystore and truststore password encryption in documentation
Modified: branches/jbossws-1.0/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml
===================================================================
--- branches/jbossws-1.0/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml 2006-08-20 21:14:28 UTC (rev 798)
+++ branches/jbossws-1.0/docs/user-guide/project/en/modules/wssecurity/wssecurity.xml 2006-08-20 21:17:55 UTC (rev 799)
@@ -227,13 +227,13 @@
<para>This specifies that the key store we wish to use is WEB-INF/wsse.keystore, which is located in our war file.</para>
</listitem>
<listitem>
- <para>This specifies that the store password is "jbossws"</para>
+ <para>This specifies that the store password is "jbossws". Password can be encypted using the {EXT} and {CLASS} commands. Please see samples for their usage.</para>
</listitem>
<listitem>
<para>This specifies that the trust store we wish to use is WEB-INF/wsse.truststore, which is located in our war file.</para>
</listitem>
<listitem>
- <para>This specifies that the trust store password is also "jbossws"</para>
+ <para>This specifies that the trust store password is also "jbossws". Password can be encypted using the {EXT} and {CLASS} commands. Please see samples for their usage.</para>
</listitem>
<listitem>
<para>Here we start our root config block. The root config block is the default configuration for all services in this war file.</para>
More information about the jboss-svn-commits
mailing list