You need to add the necessary files (certificates and configuration files) for each component to a corresponding separate directory on the primary node and backup node. After that, you can load the component containers to Docker.
Docker containers of the user identity server components are included in the distribution kit of Kaspersky NGFW.
To prepare for starting the user identity service components:
mkdir -p /var/lib/uaws/collector/ssl
mkdir -p /var/lib/uaws/mapapp/ssl
mkdir -p /var/lib/uaws/groupapp/ssl
collector_config.yml file to the /var/lib/uaws/collector directory.mapapp_config.yml file to the /var/lib/uaws/mapapp directory.groupapp_config.yml file to the /var/lib/uaws/groupapp directory.ca.p12 and the user certificate uaws.p12 to the /var/lib/uaws/collector/ssl directory.ca.p12 and the user certificate uaws.p12 to the /var/lib/uaws/mapapp/ssl directory.ca.p12 and the user certificate uaws.p12 to the /var/lib/uaws/groupapp/ssl directory.uaws directory under /var/lib with all the files and subdirectories it contains.sudo docker load -i <path to archive>/uaws-collector-<version>.cis.amd64_en-US_ru-RU.tgz
sudo docker load -i <path to archive>/uaws-mapapp-<version>.cis.amd64_en-US_ru-RU.tgz
sudo docker load -i <path to archive>/uaws-groupsapp-<version>.cis.amd64_en-US_ru-RU.tgz