Skip to content

Instantly share code, notes, and snippets.

@lpf23
Created June 7, 2015 09:58
Show Gist options
  • Save lpf23/e0942a6f087ee1b47688 to your computer and use it in GitHub Desktop.
Save lpf23/e0942a6f087ee1b47688 to your computer and use it in GitHub Desktop.
brew install openssl (notes)
A CA file has been bootstrapped using certificates from the system
keychain. To add additional certificates, place .pem files in
/usr/local/etc/openssl/certs
and run
/usr/local/opt/openssl/bin/c_rehash
This formula is keg-only, which means it was not symlinked into /usr/local.
Mac OS X already provides this software and installing another version in
parallel can cause all kinds of trouble.
Apple has deprecated use of OpenSSL in favor of its own TLS and crypto libraries
Generally there are no consequences of this for you. If you build your
own software and it requires this formula, you'll need to add to your
build variables:
LDFLAGS: -L/usr/local/opt/openssl/lib
CPPFLAGS: -I/usr/local/opt/openssl/include
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment