Skip to content

Instantly share code, notes, and snippets.

@spastorino
Created February 25, 2013 15:12
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save spastorino/0cb769f33d6f276111d1 to your computer and use it in GitHub Desktop.
Save spastorino/0cb769f33d6f276111d1 to your computer and use it in GitHub Desktop.
If you're using homebrew ...
security find-certificate -a -p /Library/Keychains/System.keychain > /usr/local/etc/openssl/cert.pem
security find-certificate -a -p /System/Library/Keychains/SystemRootCertificates.keychain >> /usr/local/etc/openssl/cert.pem
c_rehash /usr/local/etc/openssl/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment