Created
December 5, 2016 13:46
-
-
Save christophermlne/89c304a1337dde589279595e8dbd6db6 to your computer and use it in GitHub Desktop.
Make Chrome accept self-signed ssl root cert
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
ex +'/BEGIN CERTIFICATE/,/END CERTIFICATE/p' <(echo | openssl s_client -showcerts -connect example.com:443) -scq > file.crt | |
^^ add this file to OS keychain | |
http://superuser.com/questions/1004794/how-to-always-allow-insecure-connection-for-a-certain-url-in-chrome |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment