To extract the NFM-P TLS certificate for use in an NSP deployment

Purpose

Perform this procedure to export a non-custom NFM-P TLS CA certificate that you need to use for deploying NSP clusters.

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 ↵


Enter the following:

/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

The certificate is exported.


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

End of steps