[mod_cluster-commits] mod_cluster SVN: r813 - trunk/docs/userguide/src/main/docbook/modules.
do-not-reply at jboss.org
do-not-reply at jboss.org
Wed Apr 25 12:29:51 EDT 2012
Author: jfrederic.clere at jboss.com
Date: 2012-04-25 12:29:50 -0400 (Wed, 25 Apr 2012)
New Revision: 813
Modified:
trunk/docs/userguide/src/main/docbook/modules/ssl.xml
Log:
Fix for MODCLUSTER-192.
Modified: trunk/docs/userguide/src/main/docbook/modules/ssl.xml
===================================================================
--- trunk/docs/userguide/src/main/docbook/modules/ssl.xml 2012-04-25 16:08:40 UTC (rev 812)
+++ trunk/docs/userguide/src/main/docbook/modules/ssl.xml 2012-04-25 16:29:50 UTC (rev 813)
@@ -114,6 +114,12 @@
a cacert.pem file which content have to be added to the
conf/server-ca.crt described above.</para>
</listitem>
+ <listitem>
+ <para>Export the CA certificate to a .p12 file:<programlisting>openssl pkcs12 -export -nokeys -in ../../CA/cacert.pem -out ca.p12</programlisting></para>
+
+ <para>That reads the file cacert.pem that was created in the previous step and convert it into a pkcs12 file the JVM is able to read.</para>
+ <para>That is the ca.p12 file used in the <emphasis>sslTrustStore</emphasis> parameter above.</para>
+ </listitem>
</orderedlist>
</sect3>
More information about the mod_cluster-commits
mailing list