Created
December 22, 2018 04:32
-
-
Save Stoner19/3c327896f7bf4cbfb3707e38c07134ef to your computer and use it in GitHub Desktop.
OpenSSL 1.0.2a install
This file contains 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
wget http://www.openssl.org/source/openssl-1.0.2a.tar.gz | |
tar -xvzf openssl-1.0.2a.tar.gz | |
cd openssl-1.0.2a | |
./config --prefix=/usr/ | |
make | |
sudo make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment