Skip to content

Instantly share code, notes, and snippets.

@dhrrgn
Last active February 26, 2021 18:42
Show Gist options
  • Star 31 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save dhrrgn/10125477 to your computer and use it in GitHub Desktop.
Save dhrrgn/10125477 to your computer and use it in GitHub Desktop.
Upgrade Ubuntu OpenSSL to patch Heartbleed
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
@aznain
Copy link

aznain commented Apr 14, 2014

Thanks a lot.

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