Last active
September 28, 2022 08:10
-
-
Save spryffee/9189dd4dcee2eb8d3d4ac6199e1d5f9e to your computer and use it in GitHub Desktop.
Adding your own, trusted CA certificates in RedHat and Debian derivatives
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
RedHat expects: | |
PEM or DER encoded, | |
Regardless of extension, | |
Added into /etc/pki/ca-trust/source/anchors, | |
After which you run: update-ca-trust | |
Debian expects: | |
PEM encoded, | |
With .crt extension, | |
Added into /usr/local/share/ca-certificates, | |
After which you run: update-ca-certificates |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment