3 Replies Latest reply on May 3, 2012 6:33 PM by ctomc

    password in SSL element in standalone.xml

    suminub

      I have created a https connector following the steps in this guide

      https://docs.jboss.org/author/display/AS71/SSL+setup+guide

       

      Followed the steps for pure java SSL setup

       

      I see that the password is specified in cleartext in the ssl element

      <ssl name="foo-ssl" password="secret" protocol="TLSv1" key-alias="foo" certificate-key-file="../standalone/configuration/foo.keystore" />

       

      Is there anyway to encrypt this?

      Couldnt find anything in the AS7 guide.

       

      thanks in advance