See chapter 8.7 in the jboss admin manuel:

8.7 Using SSL with JBoss using JSSE
JBoss uses JSEE, the Java Secure Socket Extension (JSSE), for SSL. JSSE is 
bundled with JDK 1.4. To get started
Security on JBoss
JBoss Release 4 311
with JSSE you need a public key/private key pair in the form of an X509 
certificate for use by the SSL server sockets.
For the purpose of this example we have created a self-signed certificate using 
the JDK keytool and included
the resulting keystore file in the chap8 source directory as chap8.keystore. It 
was created using the following
command and input:
keytool -genkey -keystore chap8.keystore -storepass rmi+ssl -keypass rmi+ssl 
-keyalg RSA -alias chapter
......




Make sure that your generated keystore file in the location that you specify in 
the server.xml and that you have the correct password that was used to generate 
the file.
good luck.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3950131#3950131

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3950131


_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to