0 Replies Latest reply on Jan 7, 2016 1:11 PM by madhurao2684

    Encrypting jboss keystore password in jboss 4.0.5

    madhurao2684

      I am using jboss 4.0.5 in one of my applications and I see that the property "jboss.keystore.password" in jboss.properties file contains my keystore property in plain text. Is there a way I can encrypt this password. As per my search online, I found that this is available in jboss 6. I don't want to upgrade to jboss 6. Is there a way I can encrypt my keystore pasword in jboss.properties and inform jboss that the password is encrypted.

       

      My jboss.properties file contents are as follows:

      jboss.keystore.file=/home/test/mykeystore.keystore

      tomcat.connector.schema=https

      jboss.autodeploy=false

      tomcat.connector.secure=true

      jboss.keystore.password=password

      jboss.http.port=12345