1.edit host or standalone.xml and add below JKS <security-realms> <security-realm name=”httpsrealm”> <server-identities> <ssl> <keystore path=”/app/ssl/keystore.jks” keystore-password=”xxxx” alias=”site”/> </ssl> </server-identities> <authentication> <truststore path=”/app/ssl/truststore.jks” keystore-password=”xxxxxx”/> </authentication> </security-realm>

Read More