Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophermlne/89c304a1337dde589279595e8dbd6db6 to your computer and use it in GitHub Desktop.
Save christophermlne/89c304a1337dde589279595e8dbd6db6 to your computer and use it in GitHub Desktop.
Make Chrome accept self-signed ssl root cert
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