Regenerating web service keys and certificates
Follow the steps to regenerate web service public key and certificate on the primary server.
To regenerate web service 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>
- Configure NetBackup Authentication service for the web service user and web service. Run the following command:
nbcertconfig -u -user <username>
nbcertconfig -m -user <username>
- Restart the NetBackup Authentication service.