Configuring the certificate deployment security levels
Use the NetBackup web UI or the nbcertcmd command to configure the certificate deployment security level in the NetBackup domain.
These security levels are specific to NetBackup CA-signed certificates.
To configure the certificate deployment level
- At the top right, click Settings > Global security.
- Click the Secure communication tab.
- Under Security level for certificate deployment, select the security level: Very High, High (default), or Medium.
- Click Save.
To configure the certificate deployment level using the command line
- The primary server administrator must be logged in to the NetBackup Web Management Service to perform this task. Use the following command to log in:
bpnbat -login -logintype WEB
- Run the following command to view the current security level:
nbcertcmd -getSecConfig -certDeployLevel -server primary_server_name
- Run the following command to change the security level:
nbcertcmd -setSecConfig -certDeployLevel 0-2 -server primary_server_name
Where 0 is Very High, 1 is High (default), and 2 is Medium.
For information about nbcertcmd, see the NetBackup Commands Reference Guide.