This file contains hidden or 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
398 update-ca-trust force-enable | |
401 update-ca-trust extract | |
403 openssl s_client -showcerts -connect github.com:443 </dev/null 2>/dev/null|openssl x509 -outform PEM >mycertfile.pem | |
405 cp mycertfile.pem /etc/pki/ca-trust/source/anchors/ | |
406 update-ca-trust extract |