The Address Manager CA certificate ensures that the daemons can verify the certificate when it opens SSL connections to Address Manager.
- Ensure that the bam_ca.pem file has read permissions set for all users
using the following command:
chmod a+r bam_ca.pem
- Copy the bam_ca.pem file to each BDDS running the Distributed DDNS Data
Node component using the following
command:
docker cp bam_ca.pem <mariadb_container_name>:/etc/ddns_ssl/ca/
- Restart the services on each node using the following
commands:
docker exec <container_name> supervisorctl restart config_daemon:*