- Import the MSA certificate:
- source /etc/voyence.conf
- $JAVA_HOME/bin/keytool -keystore $JAVA_HOME/jre/lib/security/cacerts -import -file <PRODUCT_HOME>/conf/server.crt -alias trustmsa
- Type the password changeit during the prompt.
This is the default password, unless otherwise modified.
- 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
- Restart ncm-msa service:
systemctl restart ncm-msa