Adding certificates to the trusted CAs
Adding certificates to the trusted CAs#
Different Linux distributions have their own ways and locations of storing trusted CAs and self-signed certificates. Table below for quick reference.
Distribution | Import location | Update utility |
---|---|---|
Debian Ubuntu Raspberry Pi OS Kali Linux | /usr/local/share/ca-certificates | update-ca-certificates |
RHEL Fedora Amazon Linux AlmaLinux CentOS Rocky Linux | /etc/pki/ca-trust/source/anchors | update-ca-trust |
Arch Linux | /etc/ca-certificates/trust-source/anchors | trust anchor --store <cert file> or update-ca-trust |