Importing a trusted certificate

Last Updated : Jul 11, 2022 |
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.
    • Use the SSH client to log in to the active.
  2. Run the following command:
    ADDITIONAL INFORMATION:
    cd mega/deployment_manager/
  3. In thedirectory, 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.