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 /path/to/certificate.cer |
...