From do-not-reply at jboss.org Mon Aug 24 08:21:46 2009 Content-Type: multipart/mixed; boundary="===============2012810011695919801==" MIME-Version: 1.0 From: do-not-reply at jboss.org To: hornetq-commits at lists.jboss.org Subject: [hornetq-commits] JBoss hornetq SVN: r7907 - in trunk/examples: jms/ssl-enabled and 1 other directory. Date: Mon, 24 Aug 2009 08:21:46 -0400 Message-ID: <200908241221.n7OCLkRF013043@svn01.web.mwc.hst.phx2.redhat.com> --===============2012810011695919801== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jmesnil Date: 2009-08-24 08:21:46 -0400 (Mon, 24 Aug 2009) New Revision: 7907 Modified: trunk/examples/javaee/servlet-ssl/readme.html trunk/examples/jms/ssl-enabled/readme.html Log: SSL examples * put commands to create the stores in the footnotes Modified: trunk/examples/javaee/servlet-ssl/readme.html =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/examples/javaee/servlet-ssl/readme.html 2009-08-24 12:18:56 UTC (= rev 7906) +++ trunk/examples/javaee/servlet-ssl/readme.html 2009-08-24 12:21:46 UTC (= rev 7907) @@ -11,15 +11,12 @@
Please refer to HornetQ Quickstart guide to install i= t in JBoss AS 5
+ = +In the configuration, the hornetq.example.keystore is the key stor= e file holding client certificate. The hornetq.example.truststore = + is the file for server to hold trusted client certificates. They ar= e pre-generated for illustration purpose1= .
= - =To deploy and start the server, type ant deploy
fr=
om the example directory
@@ -98,9 +95,19 @@
}
}
+
+ =
+
=
-
-
+
+
+ =
+
+ keytool -genkey -keystore=
hornetq.example.keystore -storepass hornetqexample
+ keytool -export -keyst=
ore hornetq.example.keystore -file hornetq.cer
+ keytool -import -file h=
ornetq.cer -keystore hornetq.example.truststore -storepass hornetqexample=
code>
+