Managing site certificates

Last Updated : Feb 21, 2025 |
Prolog information
Before you begin
Obtain the site certificate from the Avaya support technician and install it to Avaya Breeze® platform. Note the location of this file and use it in place of installed_pkcs7_name in the following commands.
  1. Log in to the Avaya Breeze® platform CLI interface using customer account.
  2. To install the site certificate:
    1. Run the following command: EASGSiteCertManage –add <installed_pkcs7_name>.
    2. Save the Site Authentication Factor to share with the technician once on site.
  3. To view information about a particular certificate: run the following command:
    • To list the site certificates installed on the system: EASGSiteCertManage --list
    • To display detailed information about a specified site certificate: EASGSiteCertManage --show <installed_pkcs7_name>
  4. To delete the site certificate, run the following command:
    • To delete the specified site certificate: EASGSiteCertManage --delete <installed_pkcs7_name>
    • To delete all site certificates installed on the system: EASGSiteCertManage --delete all