Summary
Universal CMDB 2019.05
Question
The following procedure explains how to change the probe keystore password only.
Answer
-
On the probe machine, from the <DataFlowProbe>\bin\jre\bin folder, run the following command to change the probe keystore password:
keytool -storepasswd -keystore <DataFlowProbe>\conf\security\ProbeKeyStore
-
Update the certificate's password in this keystore file:
keytool -keypasswd -alias <alias> -keypass <current_pass> -new <new_pass> -keystore <DataFlowProbe>\conf\security\ProbeKeyStore.jks
The default alias is hpprobe, and the default key pass is logomania. -
Update the keystore password in the <DataFlowProbe>\conf\security\ssl.properties file.
- Log in to the probe JMX Console and invoke the getEncryptedKeyPassword operation from MainProbe MBean.
- Copy and paste the encrypted key password into the ssl.properties file to replace the existing one.
- Save the file.