Users often look to change the default JRE cacerts keystore password (changeit) for security compliance. This case addresses the potential impact of changing this default password to a custom password for the following components:
Changing the default JRE cacerts password has no impact on most components. Below is the breakdown and required configuration steps:
AutoSys Engine, WCC, and AEWS:
javakeystore.properties (often located in data/config/) is a legacy configuration file and is not used in modern WCC versions. It can be safely ignored; no changes are required here.EEM:
cacerts password.System Agent:
cacerts. Changing the password without updating the configuration will cause the agent to fail when attempting HTTPS connections.java.io.IOException: Keystore was tampered with, or password was incorrectjava.lang.SecurityException: Error constructing trust manageragentparm.txt file with the following parameters:https.client.ssl.truststore=/opt/CA/WorkloadAutomationAE/SystemAgent/WA_AGENT/cacertshttps.client.ssl.truststore.password=######### (Note: The password must be encrypted using the <AGENT>/password tool with the AES 128-bit option.)