Importing signed identity certificates

Last Updated : Jan 23, 2023 |
Prolog information
Import your identity certificates into the contact center truststore to set up a secure TLS connection, client and server authentication. After importing, the certificates are 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 one of the following commands depending on the deployment type:
    • For Simplex deployment:
      ./installMega.sh certificate import_identity -mcs <PATH_MCS_CERT> -mbx <PATH_MBX_CERT>
    • For Local HA deployment:
      ./installMega.sh certificate import_identity -mcs <PATH_MCS_CERT> -mbx1 <PATH_MBX1_CERT> -mbx2 <PATH_MBX2_CERT>
    • For Geo-redundant HA deployment without Layer 2 networking:
      ./installMega.sh certificate import_identity -mcs1 <PATH_MCS1_CERT> -mcs2 <PATH_MCS2_CERT> -mbx1 <PATH_MBX1_CERT> -mbx2 <PATH_MBX2_CERT>