Skip to content

Instantly share code, notes, and snippets.

@mbejda
Created April 12, 2016 12:37
Show Gist options
  • Star 14 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save mbejda/a1dabc45b32aaf8b25ae5e8d05923518 to your computer and use it in GitHub Desktop.
Save mbejda/a1dabc45b32aaf8b25ae5e8d05923518 to your computer and use it in GitHub Desktop.
Installing OpenSSL 1.0.2 on Ubuntu 14
openssl version -a
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl
sudo apt-get update
sudo apt-get install openssl
openssl version -a
@themoah
Copy link

themoah commented Jan 29, 2018

As this snippet shows at top of Google results -
please use it at own risk, as it suggests adding crypto software from unverified sources.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment