In some cases, the
httpd.conf file in the Smarts NCM environment may be updated to use a third-party certificate name instead of the default. The SSLCACertificateFile in this file will have a new third party certificate name instead of voyenceca.crt.
To determine which certificate file is being used in the environment, do the following:
-
Run the following commands to print the voyenceca.crt certificate file:
$VOYENCE_HOME/conf/CA> source /etc/voyence.conf
$VOYENCE_HOME/conf/CA> $JAVA_HOME/bin/keytool -printcert -v -file voyenceca.crt
-
Find the Certificate Name (CN). If MASTERKEY is the CN, the environment is using the default Smarts NCM certificate. Any other value for CN indicates the environment is using a third party certificate.