2.11 Adding Additional Hostnames to the Hosts File

You can add additional entries to the hosts file for the Advanced Authentication appliance. You must add the entry to the /opt/aauth/docker-compose.yml file. This is a manual process. You cannot change the host entries in any other way.

  1. Access the command line console of the appliance.

  2. Run the following command.

    vi /opt/aauth/docker-compose.yml

  3. Add extra_hosts to redis section in the format <FDQN>:<IP>.

    For example:

    extra_hosts:

    - "hostname1.domain.com:1.1.1.1"

    - "hostname2.domain.com:2.2.2.2"

  4. Save and close the file.

  5. Reboot the appliance.