Fetch Resiliency Platform certificates
For Veritas Resiliency Platform, you can install and fetch certificates which can be used to set up secure communication.
How to fetch Resiliency Platform certificates
- Execute the command:
openssl s_client -showcerts -servername <RM_FQHN> -connect <RM_FQHN>:14176 </dev/null>
- The above command will return 2 certificates. Save them as two different files and rename them with extension .pem.
For example: vrp1.pem and vrp2.pem
- Execute the command :
openssl s_client -showcerts -servername <RM_FQHN> -connect <RM_FQHN>:443 </dev/null>
- The above command will return 1 certificate. Save it in a separate file with extension .pem.
For example: vrp3.pem
There are three different Resiliency Platform certificates in the above files. You can upload these certificates in NetBackup only if FIPS mode is enabled for NetBackup.
To enable FIPS mode for NetBackup, refer Veritas NetBackup ™ Security and Encryption Guide: UNIX, Windows, and Linux.