Importing Certificate Authority into the Google Chrome browser
You must import certificate authority into the Google Chrome browser to prevent certificate errors when accessing the IBM® DevOps Test Hub (Test Hub) UI.
You must have completed the following tasks:
- Saved a certificate authority (CA) during the
installation of Test Hub.You can run the following command to get the certificate from the system:
kubectl get secret ingress -n devops-system -o jsonpath={.data.ca\\.crt} | base64 -d
Remember: devops-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 devops-system. -
Installed the browser that you want to use to access Test Hub.
- Open a Google Chrome browser.
- Navigate to .
- Click Security from the Privacy and security pane.
- Click Manage certificates, and then Import.
- Click Next in the Certificate Import Wizard window.
- Click Browse and select the CA that you want to import, and then click Next.
- Select the Place all certificates in the following store option to store the CA securely.
- Click Browse, and then select Trust Root Certification Authorities as certificate store.
- Click OK, and then Finish.