Release: 12.8.x
Component: SiteMinder Admin UI
If SSL is not used with the WAM UI, To suppress the clear text password output, comment/delete the following entries in standalone.conf:
Path to standalone.conf file: <WAMUI Installer>/bin
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.keyStorePassword=changeit"
JAVA_OPTS="$JAVA_OPTS -Djavax.net.ssl.trustStorePassword=changeit"
Steps to implement:
1) Stop the admin UI if running
2) Make the changes
3) Start the admin UI
4) Check the output of ps -ef | grep java