Removing a third-party certificate configuration for the web server
You can remove the third-party certificate that is configured for the web server. NetBackup then uses the certificate that the NetBackup CA issued.
To remove the third-party certificate for the web server
- Stop the NetBackup Web Management Console service.
Note:
In a clustered master server setup, to freeze the cluster, run the following command on the active node before stopping the service to avoid a failover:
install_path/netbackup/bin/bpclusterutil -freeze
- Remove the directory that contains the Java KeyStore file and the KeyStore password file from the following location:
install_path/var/global/wsl/credentials/tpcredentials
- Run the following command to remove the Java KeyStore paths from the web server configuration file (server.xml) from the following location:
install_path/wmc/bin/install/configureWmc -configtpca
Note:
In a clustered master server setup, you also need to run this command on all nodes.
- Start the NetBackup Web Management Console service.
- For a clustered master server, on the active node unfreeze the cluster:
install_path/netbackup/bin/bpclusterutil -unfreeze