Set properties for mutual authentication
Before configuring mutual authentication, set properties for mutual authentication.
Server properties
Start setting up mutual authentication by editing the installed.properties properties file in the server's profile directory.
Default locations:
Windows | C:\Users\<username>\.microfocus\da\conf\server |
UNIX/Linux | /opt/MicroFocus/da/<username>/.microfocus/da/conf/server |
In the server's installed.properties file, set the following properties to true:
server.mutual_auth=true
server.jms.mutualAuth=true
Agent and agent relay properties
For mutual authentication between a server and agents, edit the installed.properties properties file on each agent.
Default location:
<agent_install_directory>\conf\agent\installed.properties
In the installed.properties file on each agent, set the following property to true:
locked/agent.mutual_auth=true
If you are using agent relays, edit the installed.properties file on each agent relay.
Default location:
<agentrelay_install_directory>\conf\agentrelay.properties
In the installed.properties file on each agent relay, set the following properties to true:
agentrelay.jms_proxy.secure=true
agentrelay.jms_proxy.mutualAuth=true
Component integrator properties
For mutual authentication between a server and component integrators, edit the installed.properties properties file on each component integrator.
Default location:
<component_integrator_installation>\conf\installed.properties
In the installed.properties file on each agent, set the following property to true:
locked/component-integrator.mutual_auth=true
Next steps: