Enable Client Authentication on the Controller
- Obtain one of the following root certificates:
-
The root certificate for the publicly known certificate authority (CA) that signed the certificate for your client that is the authorized agent.
- The root certificate for the internal CA that signed the client certificate for the authorized agent.
-
- Run the Java keytoolFor example:
For example:<java-home>/bin/keytool -import -alias rootCA -file <root_certificate_file_name> -keystore <controller_home>/appserver/jetty/etc/cacerts.jks -storepass <truststore_password>
keytool -import -alias rootCA -file /usr/home/appdynamics/DigicertGlobalRootCA.pem -keystore /opt/appdynamics/platform/product/controller/appserver/jetty/etc/cacerts.jks -storepass MySecurePassnword
- Restart the Controller.