Created
January 2, 2020 16:19
-
-
Save bndabbs/5ed58fc3f93e142b0151f1e112810d3c to your computer and use it in GitHub Desktop.
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
curl https://letsencrypt.org/certs/isrgrootx1.pem.txt -o isgrootx1.pem | |
sudo cp isgrootx1.pem /etc/pki/ca-trust/source/anchors/ | |
curl https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt -o lets-encrypt-x3-cross-signed.pem | |
sudo cp lets-encrypt-x3-cross-signed.pem /etc/pki/ca-trust/source/anchors/ | |
sudo update-ca-trust |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment