Importing a certificate for Thomson Reuters into the local truststore

You must import a certificate from Thomson Reuters Regulatory Intelligence (TRRI) to the local truststore. The certificate is needed to build a secure connection between the OpenPages® with Watson™ application servers and the Thomson Reuters Regulatory Intelligence server.

About this task

Complete this step even if you do not use SSL/TLS.

Procedure

  1. Get a certificate from Thomson Reuters and copy it to the OpenPages with Watson application server.
    To get a certificate, contact Thomson Reuters.
  2. Log on to the OpenPages with Watson application server.
  3. Import the certificate to WebSphere® Liberty by running the following command:
    keytool -importcert -v -alias <CERTIFICATE_ALIAS> -file <CERTIFICATE_NAME> -keystore <STORE_PATH> -storetype PKCS12 -storepass <STORE_PASSWORD>
    Where:
    • <CERTIFICATE_ALIAS> is the alias of the certificate that you received from Thomson Reuters.
    • <CERTIFICATE_NAME> is the file name of the certificate.
    • <STORE_PATH> is the full path and file name of the truststore on the application server. For example: <OP_HOME>/wlp-usr/servers/<server_name>Server<#>/resources/security/key.p12
    • <STORE_PASSWORD> is the password of the truststore on the application server.

    For more information, see Adding trusted certificates in Liberty in the WebSphere Liberty documentation.

  4. Restart the OpenPages with Watson services.
  5. Repeat these steps on each application server.