Regenerating nbcertservice keys and certificates
Follow the steps to regenerate nbcertservice keys and certificates on the primary server.
To regenerate nbcertservice keys and certificates
- Remove the old folder with user name.
- Generate the security certificate. Run the following command:
Windows
set WEBSVC_PASSWORD=<Password of User>
nbcertconfig -u -user <User Name>
UNIX
export WEBSVC_PASSWORD=<Password of User>
nbcertconfig -u -user <User Name>