Importing a certificate revocation list

Last Updated : Jul 11, 2022 |

About this task

Avaya Contact Center – Extended Capacity supports certificate revocation. CAs keep track of SSL certificates. After CA revokes an SSL certificate, CA retrieves the serial number of the invalid certificate and adds it to the certification revocation list.

By default, the certificate directory already contains a certificate revocation list. You can import your own certificate revocation list into the /var/opt/Avaya/cert/ directory.

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 the following command:

    ./installMega.sh certificate import_crl -crl <path_to_crl>

    <path_to_crl> is the full path to the certificate revocation list file.