Importing Certificate Authority into the Mozilla Firefox browser

You must import Certificate Authority (CA) into the Mozilla Firefox browser to prevent certificate errors when accessing the Rational® Test Automation Server UI.

Before you begin

You must have completed the following tasks:
  • Saved a certificate authority (CA) during the installation of Rational® Test Automation Server.
    You can run the following command to get the certificate from the system:
    kubectl get secret ingress -n test-system -o jsonpath={.data.ca\\.crt} | base64 -d
    Remember: test-system is the name of the namespace. If you created a namespace by using a different value, then you must use that value in place of the test-system.
  • Installed the browser that you want to use to access Rational® Test Automation Server.

Procedure

  1. Open a Mozilla Firefox browser.
  2. Enter “about:preferences#privacy” in the address bar, and then press Enter.
  3. Locate and click the View Certificates option.
  4. Select Authorities tab, and then click Import.
  5. Select the CA that you want to import, and then click Open.
  6. Select Trust this CA to identify websites in the Downloading Certificate window.
  7. Click OK to import the CA into the browser, and then close the window.
  8. Restart Firefox.

Results

You have imported the CA into the Mozilla Firefox browser.