Trusted Certificates List - ca-certificate

Page content

I always googled the exact way to install certificates on Ubuntu local machine, so I left a note for my reference.

Ubuntu cert store

http://manpages.ubuntu.com/manpages/jammy/man8/update-ca-certificates.8.html

  1. Add the self-sign certificate to the trusted CA list under /usr/share/ca-certificates. The extension should be .crt.
  2. Add a line about the certificate in the configuration file /etc/ca-certificates.conf.
  3. Run sudo update-ca-certificates.