[jboss-user] [Security & JAAS/JBoss] - Re: Jboss Web wth SSl

anil.saldhana@jboss.com do-not-reply at jboss.com
Fri Oct 26 13:04:42 EDT 2007


Try:

  |  <!-- SSL/TLS Connector with encrypted keystore password configuration  -->
  |       <Connector port="9943" address="${jboss.bind.address}"
  |            maxThreads="100" minSpareThreads="5" maxSpareThreads="15"
  |            scheme="https" secure="true" clientAuth="true"
  |          sslProtocol = "TLS" 
  |          securityDomain="java:/jaas/encrypt-keystore-password"
  |          SSLImplementation="org.jboss.net.ssl.JBossImplementation" />
  | 

http://anil-identity.blogspot.com/2007/04/tip-5-encrypt-keystore-password-in.html

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

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



More information about the jboss-user mailing list