Skip to main content

How to Add Root CAs to Ubuntu

Reference: https://ubuntu.com/server/docs/install-a-root-ca-certificate-in-the-trust-store

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

If you are looking for the local intranet Root CA certificate, see this: Current Intranet Root CA Certificate