Changing the Common Component truststore password

Ops Center Automator Installation and Configuration Guide

Version
11.0.x
Audience
anonymous
Part Number
MK-99AUT000-24

To change the Common Component truststore (ldapcacerts or jssecacerts) password, use the hcmds64keytool utility (for Windows) or the keytool utility (for Linux).

Make sure you have the truststore password.
  1. Run the following command.

    For Windows:

    Common-Component-installation-folder\bin\hcmds64keytool  -keystore truststore-file-name -storepasswd

    For Linux:

    Common-Component-installation-directory/uCPSB11/jdk/bin/keytool -keystore truststore-file-name -storepasswd 
    

    Where keystore is the truststore file path where the certificate is stored.

    The truststore (ldapcacerts or jssecacerts) file paths are as follows.

    jssecacerts

    • For Windows:

      Common-Component-installation-folder\uCPSB11\hjdk\jdk\lib\security\jssecacerts

    • For Linux:

      Common-Component-installation-directory/uCPSB11/hjdk/jdk/lib/security/jssecacerts

    ldapcacerts

    • For Windows:

      Common-Component-installation-folder\conf\sec\ldapcacerts

    • For Linux:

      Common-Component-installation-directory/conf/sec/ldapcacerts

  2. Specify the current truststore password.
  3. Specify a new truststore password (minimum of 6 characters).
  4. Specify the new truststore password again.