How to import ApplicationsManager certificate in PAM ?

How to import ApplicationsManager certificate in PAM ?

To import the ApplicationsManager Certificate into PAM, follow these steps:   
1. Navigate to the PAM installation directory/bin  
2. Run the command 'sh importCert.sh FILENAME' with the certificate name set to the hostname of the ApplicationsManager installed machine, avoiding the use of 'APPLICATIONSMANAGER' as the certificate name.    

Steps to create a certificate with the hostname as the certificate name in ApplicationsManager:
1. Navigate to Settings -> Manage certificate -> Import New certificate -> Generate  
2. Enter the required details, ensuring the Common Name is set to the hostname as specified. This step will generate a CSR and Private Key.  
3. Use the command below to create a certificate, replacing 'yourdomain.csr' and 'yourdomain.key' with the generated values:  
openssl x509 -req -in yourdomain.csr -signkey yourdomain.key -out yourdomain.crt -days 365

                  New to ADSelfService Plus?