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
1 |
Log in as the root user on an NFM-P main server station. |
2 |
Enter the following: # cd /opt/nsp/nfmp/server/nms/config/tls/keystore ↵ |
3 |
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. |
4 |
Copy the generated nfmp.pem file to a secure location for use in the NSP deployment. End of steps |