Administration → Secure Socket Layer (SSL) Configuration → Configuring Mutual Authentication Mode → Adding an Alias to an Agent Relay
Before you generate a certificate for an agent relay, you must add an alias to the agent relay.
To add an alias to an agent relay:
keytool -genkeypair -dname "cn=[alias_name]" -alias [alias_name] -keypass changeit -keystore agentrelay.keystore -storepass changeit -keyalg RSA -keysize 1024 -validity 7305where [alias_name] is the name you give the agent relay alias; we recommend using the agent relay's name.
keytool -list -keystore agentrelay.keystore
Copyright © 2011–2019 Micro Focus or one of its affiliates. All rights reserved.