All Collections
Connectors
Vulcan Connectors
Gateway - Installing a root CA certificate in the trust store
Gateway - Installing a root CA certificate in the trust store
Updated over a week ago

Assuming a PEM-formatted root CA certificate is in local-ca.crt, follow the steps below to install it.


Note: It is important to have the .crt extension on the file, otherwise it will not be processed.

$ sudo apt-get install -y ca-certificates 
$ sudo cp local-ca.crt /usr/local/share/ca-certificates
$ sudo update-ca-certificates

Did this answer your question?