There are three ways to configure SSL.
...
Encrypt traffic separately between Front-End and Back-End servers.
These scripts will generate self-signed SSL certificates that uses each host's IP address in the cn-field.
On the Master Node, run config-wildfly-domain-cert-master.sh
...
Code Block | ||
---|---|---|
| ||
cd ${JRE_HOME}/lib/security ${JAVA_HOME}/bin/keytool -importcert -trustcacerts -alias "<descriptive alias here>" .keystore cacerts -storepass changeit -file C:\/path\/to\/certificate.cer |
These commands can also be run at a later stage when third-party backend services are added to user registration workflows.