(On-Premises Controller Only) Copy the Controller Certificates to the Container

For Java Agents communicating with an on-premises Controller, edit the Dockerfile to copy the cert file containing the on-premises certs to the agent conf folder.

For example:

COPY ./onprem-cacerts.jks /opt/appdynamics/ver4.5.11.26665/conf/cacerts.jks

See Enable SSL for the Java Agent.