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.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3872320#3872320

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3872320


-------------------------------------------------------
This SF.net email is sponsored by Demarc:
A global provider of Threat Management Solutions.
Download our HomeAdmin security software for free today!
http://www.demarc.com/info/Sentarus/hamr30
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to