Regenerating tomcat keys and certificates
Follow the steps to regenerate tomcat public key, private key, and certificates on the primary server.
Note:
The jkskey is a key to decrypt the keystore used by tomcat and is backed up as part of the catalog backup. There is no need to regenerate it.
To regenerate tomcat keys and certificates
- Generate the security certificate. Run the following command:
Windows
set WEBSVC_PASSWORD=<Password of User>
nbcertconfig -t -user <User Name>
UNIX
export WEBSVC_PASSWORD=<Password of User>
nbcertconfig -t -user <User Name>
- Regenerate other files in
tomcatcredsfolder apart from thekeystoreand thecredentialsfile. Run the following command:Windows
c:\Program Files\Veritas\NetBackup\wmc\bin\install>configurecerts.bat
UNIX
/usr/openv/wmc/bin/install/configurecerts