Applying an SSL Certificate (Wildcard - PFX)

Applying an SSL Certificate (Wildcard - PFX)

Please Note: These are general guidelines,  It is always advised to refer the instructions published by respective CAs to import SSL certificate into tomcat server. 

Importing WildCard SSL certificate (PFX format)

Please follow the below steps:
1. Copy and paste the pfx file (name.pfx) under <AnalyitcsPlus home>\conf folder.
2. Take a copy of the file <AnalyticsPlus home>\conf\server.xml
3. Open the file <AnalyticsPlus home>\conf\server.xml and locate the below entries.

keystorePass="accounts" keystoreFile="conf/server.keystore" 

4. Please replace the file name "server.keystore" with the ".pfx file name" (name.pfx), replace the keystorePass value 'accounts' with the password for the .pfx file and enter the keystoreType="pkcs12" after the file name (the entries look like).

keystorePass="your pfx password" keystoreFile="conf/name.pfx" keystoreType="pkcs12"

5.Restart AnalyticsPlus services

                    New to ADSelfService Plus?