Internes CA-Zertifikat installieren

⬇ CA Zertifikat herunterladen

Installationsanleitung

# Debian/Ubuntu

sudo wget https://ca.intern.example.com/rootCA.crt -O /usr/local/share/ca-certificates/meine-root-ca.crt

sudo update-ca-certificates

# RHEL/Fedora

sudo wget https://ca.intern.example.com/rootCA.crt -O /etc/pki/ca-trust/source/anchors/meine-root-ca.crt

sudo update-ca-trust extract