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:

Copy code
server.mutual_auth=true
server.jms.mutualAuth=true

Back to top

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:

Copy code
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:

Copy code
agentrelay.jms_proxy.secure=true
agentrelay.jms_proxy.mutualAuth=true

Back to top

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:

Copy code
locked/component-integrator.mutual_auth=true

Back to top

Next steps: