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:

Note: You must have administrative privileges to perform this procedure.
  1. Make sure your agent relay machine JAVA_HOME environment variable points to the directory where java is installed.
  2. Open a shell and navigate to the agent relay install location \conf\jms-relay directory.
  3. From within the agent relay's [install_location]\conf\jms-relay directory, run the following command:
    keytool -genkeypair -dname "cn=[alias_name]" -alias [alias_name]
     -keypass changeit -keystore agentrelay.keystore -storepass changeit
     -keyalg RSA -keysize 1024 -validity 7305
    where [alias_name] is the name you give the agent relay alias; we recommend using the agent relay's name.
  4. To check the result, run the command:
    keytool -list -keystore agentrelay.keystore