Saving the certificate authority
You can save the certificate authority (CA) when you want to import the CA or extend the CA lists that are trusted by the applications.
Before you begin
- Installed HCL DevOps Test Hub (Test Hub) on a Kubernetes or OpenShift environment.
- Ensured that you have permissions to view the secrets that are created during installation of Test Hub on a Kubernetes or OpenShift environment.
Procedure
- Access the Kubernetes or OpenShift cluster where you installed Test Hub.
-
Run the following command to save the CA in ca-master.crt
file.
kubectl get secret -n devops-system ingress -o "jsonpath={.data['ca\.crt']}" | base64 --decode > ca-master.crtRemember:devops-systemis the name of the namespace. If you created a namespace by using a different value, then you must use that value in place of thedevops-system.
Results
What to do next
- Import the CA into the Google Chrome browser. See Importing the certificate authority into the Google Chrome browser.
- Import the CA into the Microsoft Edge browser. See Importing the certificate authority into the Microsoft Edge browser.
- Import the CA into the Mozilla Firefox browser. See Importing the certificate authority into the Mozilla Firefox browser.
- Extend the trusted CA list on Windows. See Extending the trusted certificate authority list on Windows.
- Extend the trusted CA list on Linux. See Extending the trusted certificate authority list on Linux.