Created
April 12, 2016 12:37
-
-
Save mbejda/a1dabc45b32aaf8b25ae5e8d05923518 to your computer and use it in GitHub Desktop.
Installing OpenSSL 1.0.2 on Ubuntu 14
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
openssl version -a | |
sudo add-apt-repository ppa:0k53d-karl-f830m/openssl | |
sudo apt-get update | |
sudo apt-get install openssl | |
openssl version -a |
Boy, ppa:0k53d-karl-f830m/openssl
doesn't look suspicious at all. I'd highly discourage unofficial sources of crypto software.
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
Doesn't work for me. I've done all the steps above.