Skip to content

Instantly share code, notes, and snippets.

@johnpaulhayes
Created April 10, 2014 09:18
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 johnpaulhayes/10360514 to your computer and use it in GitHub Desktop.
Save johnpaulhayes/10360514 to your computer and use it in GitHub Desktop.
Update Ubuntu OpenSSL in response to Heartbleed bug.
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