Using IP Address and Self-signed Certificates
To use IP addresses user needs to generate self-signed certificates for each of the hosts. Self-signed certificates are untrusted and can cause certificate verification errors if not configured correctly. For this reason the previously described method of using hosts files is preferred.
Additionally, the user needs to edit the Security Provider configuration file (fta-setup-env) to include IP addresses for the different FTA services.
The following overrides would be appropriate for this deployment scenario:
Fta-setup-env Setting | Override Value |
---|---|
SECURITY_PUBLIC_IP_ADDRESS | 192.168.1.5 |
DATAVIEW_PUBLIC_ IP_ADDRESS | 192.168.1.5 (for future deployment) |
FLOWML_PUBLIC_ IP_ADDRESS | 192.168.1.5 (for future deployment) |
EDGE_UI_PUBLIC_ IP_ADDRESS | 192.168.1.6 |
EDGE_SERVICES_PUBLIC_ IP_ADDRESS | 192.168.1.6 |
Provide Feedback