Table of Contents

X509 Certificate Installation Arch

Custom Certificate Authority

sudo trust anchor --store some_root_ca.pem

If this does not work, do it manually:

  1. Rename *.pem files to *.crt
  2. Move certificates to /etc/ca-certificates/trust-source/anchors/
  3. update-ca-trust

Custom Certificate

TBD