0 Replies Latest reply on Apr 1, 2005 3:29 AM by keanthian

    Encrypt keystorePass

    keanthian

      hi all,
      I have configured my JBoss to support HTTPS by adding the following configuration into ${JBoss_HOME}\finetapp\deploy\jbossweb-tomcat50.sar

      <Connector port="8443" address="${jboss.bind.address}"
      maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
      scheme="https" secure="true" clientAuth="false"
      keystoreFile="${jboss.server.home.dir}/conf/chap8.keystore"
      keystorePass="changeit" sslProtocol = "TLS" />


      I would like to ask, is it possible for us to encrypt the value of keystorePass? Is yes, how can i do that?

      thanks.