Extending the trusted certificate authority list on Linux
HCL DevOps Test Hub (Test Hub) trusts the certificates signed by a recognized certificate authority (CA). When you have any additional CAs, you must extend the trusted certificates list by using an environment variable on Linux.
Before you begin
You must have saved the CA assigned to Test Hub. See Saving the certificate authority.
Procedure
- Open the terminal.
-
Run the following command to create an environment variable on the Linux
operating system:
export NODE_EXTRA_CA_CERTS= {path of the downloaded CA with the file extension}For example,export NODE_EXTRA_CA_CERTS=/opt/mycert/ca-master.crt