Using Hosts Files

On Windows the hosts file is a text file called
C:\Windows\System32\drivers\etc\hosts
. Admin permission is required to edit these files (e.g. ‘run elevated’ or ‘sudo’).
For the following example you could add the following entries to the hosts files for the User Desktop Environment, Host2 and Host3.
192.168.1.5 host2.acme-int.com
192.168.1.6 host3.acme-int.com
Once the new hosts entries are in place you can use the CA signed certificates and user can use fully qualified domain names for configuring Security Provider.
Private Network with Host Files
The following overrides would be appropriate for this deployment scenario:
fta-setup-env Setting
Override Value
SECURITY_PUBLIC_HOSTNAME
host2.acme-int.com
DATAVIEW_PUBLIC_HOSTNAME
host2.acme-int.com (for future deployment)
FLOWML_PUBLIC_HOSTNAME
host2.acme-int.com (for future deployment)
EDGE_UI_PUBLIC_HOSTNAME
host3.acme-int.com
EDGE_SERVICES_PUBLIC_HOSTNAME
host3.acme-int.com
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.