5 Replies Latest reply on Nov 26, 2012 4:29 PM by johno2518

    SSL with Windows Keystore

    johno2518

      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