Set Up Server Authentication on Agents
To establish server authentication on agents, you must create an agent truststore that contains the root certificate for the authority that signed the Controller's certificate.
For each authorized agent:
AppDynamics Onpremises
list_alt
To establish server authentication on agents, you must create an agent truststore that contains the root certificate for the authority that signed the Controller's certificate.
For each authorized agent:
keytool
command to create the agent truststore: keytool -import -alias rootCA -file /usr/home/appdynamics/DigicertGlobalRootCA.pem -keystore cacerts.jks -storepass MySecurePassnword
For example: keytool -import -alias rootCA -file /usr/home/appdynamics/DigicertGlobalRootCA.pem -keystore cacerts.jks -storepass MySecurePassnword
<authorized_agent_home>/conf/
<agent-home>/conf/controller-info.xml
file as follows:<controller-ssl-enabled>true</controller-ssl-enabled>
<controller-port>8181</controller-port>
<controller-keystore-filename>cacerts.jks</controller-keystore-filename>
<controller-keystore-password>MySecurePassnword</controller-keystore-password>