User Tools

Site Tools


certificates:install_root_ca

This is an old revision of the document!


Install Root CA

Linux

To install a root CA certificate as a trusted root CA for Ubuntu systems,

  • Copy the root CA to /usr/local/share/ca-certificates/
  • Update the system certificate store with sudo update-ca-certificates

To remove a root CA certificate as a trusted root CA for Ubuntu systems,

  • Remove the root CA from /usr/local/share/ca-certificates/
  • Update the system certificate store with sudo update-ca-certificates –fresh
certificates/install_root_ca.1652611813.txt.gz · Last modified: (external edit)