Importing signed identity certificates

Last Updated : Jan 23, 2023 |

About this task

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.

Before you begin

Copy the signed identity certificates to the Configuration Server.

Procedure

  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:

    cd mega/deployment_manager/

  3. In the Deployment Manager directory, 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>