Skip to content

SSL for JEE-Container

For https-connections from wildfly or tomEE to eam-server SSL has to be configured in the following way:

  1. Create a truststore and store the certificate in it:

    JRE\bin\keytool -import -file C:\certs\eamserver.cert -alias eamserver -keystore myTrustStore.jks
    
  2. Add the following line and adjust the path/filename and password:

    set "JAVA_OPTS=%JAVA_OPTS% -Djavax.net.ssl.trustStore=/path/to/truststore/myTrustStore.jks -Djavax.net.ssl.trustStorePassword=mypassword"
    

For Wildfly:

Edit **standalone.conf.bat** and add almost at the end

For TomEE:

Edit **bin/setenv.bat**