Print

Managing site certificates

Before you begin

  1. Obtain the site certificate from the Avaya support technician.

  2. You must load this site certificate on each server that the technician needs to access. Use a file transfer tool, such as WinSCP to copy the site certificate to /home/cust directory, where cust is the login ID. The directory might vary depending on the file transfer tool used.

  3. Note the location of this certificate and use in place of installed_pkcs7_name in the commands.

  4. You must have the following before loading the site certificate:

    • Login ID and password

    • Secure file transfer tool, such as WinSCP

    • Site Authentication Factor

Procedure

  1. To install the site certificate:
    1. Run the following command: sudo EASGSiteCertManage --add <installed_pkcs7_name>.
    2. Save the Site Authentication Factor to share with the technician once on site.
  2. To view information about a particular certificate: run the following command:
    • sudo EASGSiteCertManage --list: To list all the site certificates that are currently installed on the system.

    • sudo EASGSiteCertManage --show <installed_pkcs7_name>: To display detailed information about the specified site certificate.

  3. To delete the site certificate, run the following command:
    • sudo EASGSiteCertManage --delete <installed_pkcs7_name>: To delete the specified site certificate.

    • sudo EASGSiteCertManage --delete all: To delete all the site certificates that are currently installed on the system.