Skip to content

Instantly share code, notes, and snippets.

@Stoner19
Created December 22, 2018 04:32
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 Stoner19/3c327896f7bf4cbfb3707e38c07134ef to your computer and use it in GitHub Desktop.
Save Stoner19/3c327896f7bf4cbfb3707e38c07134ef to your computer and use it in GitHub Desktop.
OpenSSL 1.0.2a install
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