Skip to content

Instantly share code, notes, and snippets.

@dmonagha
Last active April 28, 2018 16:37
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 dmonagha/ce9422c36e576ed1b80a1a8eb20004d8 to your computer and use it in GitHub Desktop.
Save dmonagha/ce9422c36e576ed1b80a1a8eb20004d8 to your computer and use it in GitHub Desktop.
Update openssl OSX High Sierra
#!/usr/bin/env bash
brew update
brew install openssl
which openssl
openssl version -a
ln -s /usr/local/Cellar/openssl/1.0.2o_1/bin/openssl /usr/local/bin/openssl
which openssl
openssl version -a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment