Administer > Administer Service Management > Studio > Integration with Operations Orchestration > Configure an agent with a hardened Operations Orchestration server

How to configure an agent with a security hardened Operations Orchestration server

When working with a security hardened Operations Orchestration (OO) server, perform the following steps to enable execution of the integration:

  1. Locate the OO server installation folder (<OO installation dir>). The default location is C:\Program Files\Micro Focus\Operations Orchestration or C:\Program Files\Hewlett-Packard\HP Operations Orchestration, depending on the OO version.

  2. Export a server certificate from <OO installation dir>/central/var/security/key.store.

    1. To get a certificate alias, run the following script: <OO installation dir>\java\bin\keytool -list -keystore key.store.

    2. To export the server certificate by its alias, run the following script: <OO installation dir>\java\bin"\keytool -export -keystore key.store -alias <alias> -file server.cert.

      Note The keystore default password is changeit. If the password was changed, consult with an OO administrator.

  3. Copy the server.cert file to the following location: <OPB Agent installation>\product\util\3rd-party\jre1.7.0_10\lib\security.

  4. Import server.cert into the cacerts keystore.

    1. Execute the following command: <OPB Agent installation>\product\util\3rd-party\jre1.7.0_10\bin\keytool -import -keystore cacerts -file server.cert.

      Note The keystore default password is changeit. If the password was changed, consult with a Service Management administrator.

    2. When prompted with the Trust this certificate? question, answer yes.

  5. Restart the On-Premise Bridge Agent Service.

For further information about OO certificates, refer to the Hardening Operations Orchestration.

Related topics