Browse and download root and intermediate CA certificates from major Certificate Authorities. All certificates are available in both PEM and CER formats.
Follow these instructions to update the CA certificates on your operating system:
Update the CA certificates with these commands:
sudo apt-get update
sudo apt-get install ca-certificates
sudo update-ca-certificates
To add a custom CA certificate:
# Copy your CA certificate to /usr/local/share/ca-certificates/
sudo cp your-ca.crt /usr/local/share/ca-certificates/
sudo update-ca-certificates
Update the CA certificates with these commands:
sudo dnf update ca-certificates
sudo update-ca-trust extract
To add a custom CA certificate:
# Copy your CA certificate to /etc/pki/ca-trust/source/anchors/
sudo cp your-ca.crt /etc/pki/ca-trust/source/anchors/
sudo update-ca-trust extract
Method 1: Using GUI
certmgr.msc
Method 2: Using PowerShell (as Administrator):
Import-Certificate -FilePath "C:\path\to\your-ca.crt" -CertStoreLocation Cert:\LocalMachine\Root
Method 1: Using Keychain Access
Method 2: Using Terminal:
sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain your-ca.crt
Update the CA certificates with these commands:
sudo pkg update
sudo pkg install ca_root_nss
To add a custom CA certificate:
# Copy your CA certificate to /usr/local/share/certs/
sudo cp your-ca.crt /usr/local/share/certs/
sudo certctl rehash
Certellix is an independent service. We are not affiliated with any commercial certificate authority.