0 Replies Latest reply on Oct 1, 2008 5:38 PM by regisan

    JBoss and Keystores

    regisan

      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