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.
Log on to the Avaya Experience Portal Linux server in one of the following ways:
ADDITIONAL INFORMATION:
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.
To display a list of installed site certificates, run the following command:
ADDITIONAL INFORMATION:
(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.
ADDITIONAL INFORMATION:
For example:
[root@EASG voiceportal]# EASGSiteCertManage --list
Valid Site Certificates:
1. test.p7b
To display the content of a site certificate, run the following command:
ADDITIONAL INFORMATION:
(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.