0 Replies Latest reply on Nov 17, 2015 12:07 PM by jbossmylife

    Jboss EAP 6.4  https connector and system properties

    jbossmylife

      Hello all,

       

      Would  setting my system properties with A.jks and B.jks  overwrite my https connector key-store and trust-store which are C.jks and D.jks:

      <system properties>

      <property-name="javax.net.ssl.keyStore" value ="/A.jks"/>

      <property-name ="javax.net.ssl.keyStorePassword" value ="something"/>

      <property-name="javax.net.ssl.trustStore" value ="/B.jks"/>

      <property-name="javax.net.ssl.trustStorePassword" value = "something"/>

      </system properties>


      <connector name="https" protocol="HTTP/1.1" scheme="https" socked binding="https" secure="true>

        <ssl key-alias="something" password="something" certificate-key-file="/C.jks" cipher-suite="something" protocol="TLSv1.2" verify-client="true" ca-certificate-file="D.jks" ca-certificate-password="something" keystore-type="JKS" truststore-type="JKS"/>


      Or my request will be still going through with connectors certificate in spate I had set up system properties with different keystores?