Configuring the certificate deployment security levels
Use the NetBackup Administration Console 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 using the NetBackup Administration Console
- In the NetBackup Administration Console, expand Security Management and do one of the following:
Go to Certificate Management. From the Actions menu, select Configure Security Settings.
Go to Global Security Settings.
- On the Security level for certificate deployment screen, slide the indicator to one of three levels: Very High, High (default), or Medium.
- Click OK.
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.