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
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/samserver.keystore ↵ |
3 |
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 |
4 |
Copy the generated nfmp.pem file to a secure location for use in the NSP deployment. End of steps |