Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space IDS and version 8.2

There are three ways to configure SSL.

...


FQDNInternal IPExternal IP
Front-Endaccount.mydomain.com10.0.0.190.100.110.120
Back-End Node 1back-end-1.mydomain.com10.1.0.1<none>
Back-End Node 2back-end-2.mydomain.com10.1.0.2<none>


In the different configuration modes, SSL Certificates would be configured as shown in the following table

...


Front-End Terminated SSLSSL Pass-ThroughFront-End Terminated SSL With Back-End SSL
Front-End Certificate DNcn=account.mydomain.com<no SSL certificate>cn=account.mydomain.com
Back-End Node 1 Certificate DN<no SSL certificate>cn=account.mydomain.comcn=back-end-1.mydomain.com
Back-End Node 2 Certificate DN<no SSL certificate>cn=account.mydomain.comcn=back-end-2.mydomain.com


Terminate SSL to the Reverse Proxy

...


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

...