Print

Displaying the site certificate content

About this task

Use this procedure to display all the installed EASG site certificates on the Avaya Experience Portal server and the content of an installed EASG site certificate.

Procedure

  1. Log on to the Avaya Experience Portal Linux server in one of the following ways:
    • Log in locally as a user with root privilege or as a user who belongs to the susers group.

    • Log in remotely as a non-root user, and enter the su - command to change the user to a user with root privileges or a user who belongs to the susers group.

  2. To display a list of installed site certificates, run the following command:

    (sudo) EASGSiteCertManage --list

    If the user who runs the command belongs to the susers group, the user must add sudo in front of EASGSiteCertManage. If the user is a root privilege user, there is no need to add sudo.

    For example:
    [root@EASG voiceportal]# EASGSiteCertManage --list
    Valid Site Certificates:
      1. test.p7b
  3. To display the content of a site certificate, run the following command:

    (sudo) EASGSiteCertManage --show <SiteCertName>

    Where,

    • sudo: If the user who runs the command belongs to the susers group, the user must add sudo in front of EASGSiteCertManage. If the user is a root privilege user, there is no need to add sudo.

    • SiteCertName: The name of the site certificate.

    For example:
    [root@EASG voiceportal]# EASGSiteCertManage --show test.p7b
    
    Subject: CN=Avaya Technician test, OU=EASG, O=Avaya Inc.
    User Name: test
    Expiration: Feb 16 00:51:39 2017 GMT
    Trust Chain:
    1. O=Avaya, OU=IT, CN=AvayaITrootCA2
    2. DC=com, DC=avaya, DC=global, CN=AvayaITserverCA2
    3. O=Avaya Inc, OU=EASG, CN=EASG Intermediate CA
    4. CN=Site EASG Intermediate CA, OU=EASG, O=Avaya Inc.
    5. CN=Avaya Technician dchen, OU=EASG, O=Avaya Inc.