Importing TrueSight Smart Reporting private certificates in TrueSight Server Automation - Data Warehouse

After implementing CA signed certificates in TrueSight Smart Reporting - Platform, you must import the associated CA certificates in TrueSight Server Automation - Data Warehouse.

Do the following:

  1. Obtain the CA certificate chain certificates that signed the TrueSight Smart Reporting - Platform certificate. The CA certificate chain contains one certificate file for each CA. For example, if there are root, intermediate, and signing CAs in the chain, then you should have three files each with a single certificate in it.  
  2. Copy the certificate files to the TrueSight Server Automation - Data Warehouse server.
  3. Log in to the system where TrueSight Server Automation - Data Warehouse is installed.
  4. Stop the TrueSight Server Automation - Data Warehouse service.
  5. Open the command prompt, and navigate to the following directory:
  6. <TSSA-DW_installation_directory>/jre/lib/security
  7. Starting with the CA root certificate, run the following command to import the certificate into the Java keystore:
    Example:

    <TSSA-DW_install_directory>/jre/bin/keytool -import -trustcacerts -keystore <TSSA-DW_install_directory>/jre/lib/security/cacerts -storepass <password> -file <ca_cert_file> -alias <alias>

    (Windows)

    "C:\Program Files\BMC Software\TSSA-DW\jre\bin\keytool.exe" -import -trustcacerts -keystore "C:\Program Files\TSSA-DW\jre\lib\security\cacerts" -storepass changeit -file "C:\temp\caroot.pem" -alias "myCARoot"

    (Linux)

    /opt/bmc/TSSA-DW/jre/bin/keytool -import -trustcacerts -keystore /opt/bmc/TSSA-DW/jre/lib/security/cacerts -storepass changeit -file "/tmp/caroot.pem" -alias "myCARoot"

  8. Repeat these commands for each certificate in the CA chain, using a unique alias for each one.
  9. Start the TrueSight Server Automation - Data Warehouse service.
Was this page helpful? Yes No Submitting... Thank you

Comments