Configure Agents to Access the Client Keystore
For each authorized agent:
- 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>
- Database agent:
- Specify these properties in the
<agent-home>/conf/controller-info.xml
file as follows:<use-ssl-client-auth>
t
rue
</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>