Importing a certificate revocation list

Last Updated : Jul 11, 2022 |
Prolog information
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.
  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_crl -crl <path_to_crl>
    <path_to_crl> is the full path to the certificate revocation list file.