Skip to content

Instantly share code, notes, and snippets.

@mding5692
Created December 23, 2016 22:46
Show Gist options
  • Save mding5692/c838e62eb7bc895bdfeb010d4d215d77 to your computer and use it in GitHub Desktop.
Save mding5692/c838e62eb7bc895bdfeb010d4d215d77 to your computer and use it in GitHub Desktop.
Easy way to install OpenSSL on UNIX systems
Download from https://www.openssl.org/source/
Open terminal
Move to directory holding OpenSSL files
Type "open INSTALL"
Type "./config"
Type "make"
Type "make test"
Type "make install"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment