Configure Agents to Access the Client Keystore

For each authorized agent:

  1. Copy the generated clientkeystore.jks file to the following directory on the agent:
    • Database agent: <database agent home>/conf
    • Java agent: <java-agent-home>/conf
    • Machine Agent: <machine-agent-home>
  2. Specify these properties in the <agent-home>/conf/controller-info.xml file as follows:
    • <use-ssl-client-auth>true</use-ssl-client-auth>
    • <asymmetric-keystore-filename>clientkeystore.jks</asymmetric-keystore-filename>
    • <asymmetric-keystore-password>changeit</asymmetric-keystore-password>
    • <asymmetric-key-password>changeit</asymmetric-key-password>
    • <asymmetric-key-alias>client-alias</asymmetric-key-alias>