====== X509 Certificate Installation Arch ====== ===== Custom Certificate Authority ===== ''sudo trust anchor --store some_root_ca.pem'' If this does not work, do it manually: - Rename ''*.pem'' files to ''*.crt'' - Move certificates to ''/etc/ca-certificates/trust-source/anchors/'' - ''update-ca-trust'' ===== Custom Certificate ===== TBD