Jonathon Aroutsidis [https://community.jboss.org/people/johno2518] created the 
discussion

"SSL with Windows Keystore"

To view the discussion, visit: https://community.jboss.org/message/766550#766550

--------------------------------------------------------------
Hi Everyone,

Hopefully im posting in the right area. Basically i'm trying to configure the 
keystore and truststore to use the SunMSCAPI for SSL, however everytime JBoss 
is starting, it is looking for the .\Keystore file.

What do i need to do to get JBoss to not use the JKS keystore and use the 
Windows Keystore to find certificates for SSL.

The reason i don't want to use the Java keystore is because we have an internal 
certificate authority and when the CA newes certificates we want JBoss to use 
the renewed certificates instead of having to import the new ones every time 
they expire.

This is the current configuration:

  <Connector port="443" protocol="HTTP/1.1" SSLEnabled="true"
maxThreads="150" scheme="https" secure="true" keyStoreProvider="SunMSCAPI" 
keyStoreType="Windows-MY" trustStoreProvider="SunMSCAPI" 
trusStoreType="Windows-ROOT"
clientAuth="false" sslProtocol="TLS" />


Any help would greatly be appreciated.

Thanks
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/766550#766550]

Start a new discussion in Beginner's Corner at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to