Administration → Secure Socket Layer (SSL) Configuration → Configuring Mutual Authentication Mode → Mutual Authentication: Server and Agents
Make sure your server and agents are not running before you start this configuration.
To configure mutual authentication between a server and agent:
.microfocus\da\conf
keytool -export -keystore server.keystore -storepass changeit -alias server -file server.crt
You should see the message:
Certificate stored in file server.crt
where [agent_name] is the unique name you gave the agent during install.
keytool -import -keystore sra.keystore -storepass changeit -alias server -file server.crt -keypass changeit -noprompt
You should see the message:
Certificate was added to keystore
keytool -export -keystore sra.keystore -storepass changeit -alias [agent_alias] -file [agent_name].crt
The certificate is stored in the [agent_name].crt file.
keytool -import -keystore server.keystore -storepass changeit -alias [agent_alias] -file [agent_alias].crt -keypass changeit -noprompt
You should see the message:
Certificate was added to keystore
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.