Created
April 10, 2014 09:18
-
-
Save johnpaulhayes/10360514 to your computer and use it in GitHub Desktop.
Update Ubuntu OpenSSL in response to Heartbleed bug.
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
sudo apt-get update | |
sudo apt-get install -y libssl1.0.0 openssl | |
# Confirm Build Date is at least Aril 7th 2014 | |
openssl version -a | |
# Restart all services listed by this command: | |
sudo lsof -n | grep ssl | grep DEL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment