Created
December 23, 2016 22:46
-
-
Save mding5692/c838e62eb7bc895bdfeb010d4d215d77 to your computer and use it in GitHub Desktop.
Easy way to install OpenSSL on UNIX systems
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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