To enable TLS communication with the NFM-P using the NFM-P certificate

Purpose

Use this procedure to enable TLS communication with an NFM-P system that uses a non-custom TLS certificate.

Steps
 

Log in as the root user on an NFM-P main server station.


Enter the following:

cd /opt/nsp/nfmp/server/nms/config/tls/keystore/samserver.keystore ↵


Enter the following to export the CA certificate from the NFM-P TLS keystore:

/opt/nsp/os/jre/bin/keytool -exportcert -keystore samserver.keystore -alias alias -storepass password -rfc -file nfmp.pem ↵

where

alias is the certificate alias

password is the TLS keystore password


Copy the generated nfmp.pem file to a secure location for use in the NSP deployment.

End of steps