From do-not-reply at jboss.org Mon Aug 24 08:21:46 2009 Content-Type: multipart/mixed; boundary="===============0142460247232461763==" 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> --===============0142460247232461763== 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 @@

JBoss AS configuration

=

Please refer to HornetQ Quickstart guide to install i= t in JBoss AS 5

+ = +

Example Configuration

+ +

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= .

= - =

Example step-by-step

To deploy and start the server, type ant deployfr= om the example directory
@@ -98,9 +95,19 @@ } } + + = +


= - - +
    +
  1. The stores were generating using the following= commands : +
      +
    • create the keystore: keytool -genkey -keystore= hornetq.example.keystore -storepass hornetqexample +
    • export the certificate: keytool -export -keyst= ore hornetq.example.keystore -file hornetq.cer +
    • create the truststore: keytool -import -file h= ornetq.cer -keystore hornetq.example.truststore -storepass hornetqexample +
    +
+ = Modified: trunk/examples/jms/ssl-enabled/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/jms/ssl-enabled/readme.html 2009-08-24 12:18:56 UTC (rev= 7906) +++ trunk/examples/jms/ssl-enabled/readme.html 2009-08-24 12:21:46 UTC (rev= 7907) @@ -43,17 +43,8 @@

=

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 are = pre-generated for illustration purpose.

+ is the file for server to hold trusted client certificates. They are = pre-generated for illustration purpose1.

= - - =

Example step-by-step

To run the example, simply type ant from this dire= ctory

@@ -129,9 +120,19 @@ } }
- - - + = +
+ = +
    +
  1. The stores were generating using the following = commands : +
      +
    • create the keystore: keytool -genkey -keystore = hornetq.example.keystore -storepass hornetqexample +
    • export the certificate: keytool -export -keysto= re hornetq.example.keystore -file hornetq.cer +
    • create the truststore: keytool -import -file ho= rnetq.cer -keystore hornetq.example.truststore -storepass hornetqexample +
    +
  2. +
+ = \ No newline at end of file --===============0142460247232461763==--