This is an old revision of the document!
X509 Certificate Installation Arch
Custom Certificate Authority
sudo trust anchor --store some_root_ca.pem
If this does not work, do it manually:
- Rename
*.pemfiles to*.crt - Move certificates to
/etc/ca-certificates/trust-source/anchors/ update-ca-trust
Custom Certificate
TBD