1. Edit the <AppManager Home/startApplicationManager.bat/sh> file.
2. Add the option -Djavax.net.ssl.trustStore=<path to the truststore> and -Djavax.net.ssl.trustStorePassword=<truststore password> to the java runtime.
3. Restart Applications manager server. Add the JMX monitor again
If Applications Manager is running as a service, Edit the <AppManager Home/working/conf/wrapper.conf>, add
-Djavax.net.ssl.trustStore=<path to the truststore> and -Djavax.net.ssl.trustStorePassword=<truststore password> to any wrapper.java.additional statement.