Advertisement
Guest User

Untitled

a guest
Jun 17th, 2019
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. brew update
  2. brew install openssl@1.1
  3. export PATH="/usr/local/opt/openssl@1.1/bin:$PATH" >> ~/.bash_profile
  4. # Verify
  5. openssl version
  6. # OpenSSL 1.1.1c 28 May 2019
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement