1. Import the MSA certificate:

  2. source /etc/voyence.conf

  3. $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/jre/lib/security/cacerts -import -file <PRODUCT_HOME>/conf/server.crt -alias trustmsa

  4. Type the password changeit during the prompt.

  5. This is the default password, unless otherwise modified.

  6. Type Yes and click Enter when the prompt Trust the certificate appears.

    To view the imported certificate, type:

    $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/jre/lib/security/cacerts -list -alias trustmsa
    
  7. Restart ncm-msa service:

    service ncm-msa restart