Deploying the Address Manager CA certificate - Adaptive Applications - BlueCat Gateway - 21.3

BlueCat Distributed DDNS Administration Guide

Locale
English
Product name
BlueCat Gateway
Version
21.3

The Address Manager CA certificate ensures that the daemons can verify the certificate when it opens SSL connections to Address Manager.

  1. Ensure that the bam_ca.pem file has read permissions set for all users using the following command:
    chmod a+r bam_ca.pem
  2. 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/
  3. Restart the services on each node using the following commands:
    docker exec <container_name> supervisorctl restart config_daemon:*