Importing a trusted certificate

Last Updated : Sep 18, 2026 |
Prolog information
Import a trusted CA certificate into the contact center truststore to set up a secure TLS connection, client and server authentication. You must indicate the full path to the trusted CA certificate and specify the CA alias name. After importing, the certificate is stored in the /var/opt/Avaya/cert/ directory.
  1. Do one of the following:
    • Open the console on the active Configuration Server.
    • Use the SSH client to log in to the active Configuration Server.
  2. Run the following command:
    ADDITIONAL INFORMATION:
    cd mega/deployment_manager/
  3. In the Deployment Manager directory, run the following command:
    ADDITIONAL INFORMATION:
    ./installMega.sh certificate import_trustcert -ca <path_to_ca> -alias <ca_alias>
    <path_to_ca> is the full path to the trusted CA certificate and <ca_alias> is the CA alias name.