Hello!
I've got an application in JBoss that works as a client webservice. The communication
is over SSL with mutual authentication.
It works fine when I set the system properties javax.net.ssl.keyStore*. But I'm tring
to find a way to encrypt the keystore password.
I know that there is a wiki that explain how to encrypt the keystore password, but it is
not solving my problem.
I did all the steps described in
http://wiki.jboss.org/wiki/EncryptKeystorePasswordInTomcatConnector to encrypt the
keystore password, but when my application runs, JBoss doesn't find my keystore.
The only way to communicate with success is set the javax.net.ssl.keyStore and
javax.net.ssl.keyStorePassword as system properties. The problem is that the password
isn't encrypted.
Please, can anyone could help me?
Thanks.
Regis Santos
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179894#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...