Skip to content

Instantly share code, notes, and snippets.

@rmoriz
Created May 22, 2015 11:33
Show Gist options
  • Save rmoriz/0b4f6b6636ddaeb65796 to your computer and use it in GitHub Desktop.
Save rmoriz/0b4f6b6636ddaeb65796 to your computer and use it in GitHub Desktop.
security find-certificate -a -p /Library/Keychains/System.keychain \
/System/Library/Keychains/SystemRootCertificates.keychain > cabundle.pem
curl --cacert cabundle.pem -v https://google.com
@rmoriz
Copy link
Author

rmoriz commented May 22, 2015

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment