Importing Certificate Authority into the Microsoft Edge browser

You must import Certificate Authority (CA) into the Microsoft Edge 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. Type certmgr.msc in the Start menu Search filed, and then press Enter.
  2. Expand Trusted Root Certification Authorities, and then select Certificate.
  3. Right-click on the empty space, and then select All tasks > Import.
  4. Click Next in the Certificate Import Wizard window.
  5. Click Browse and select the CA that you want to import, and then click Next.
  6. Select the Place all certificates in the following store option to store the CA securely.
  7. Click Browse, and then select Trust Root Certification Authorities as certificate store.
  8. Click Next, and then Finish to import the certificate.

Results

You have imported the CA into the Microsoft Edge browser.