Skip to content

Instantly share code, notes, and snippets.

@rrichards
Forked from coderanger/README.md
Created April 11, 2014 11:38
Show Gist options
  • Save rrichards/10460910 to your computer and use it in GitHub Desktop.
Save rrichards/10460910 to your computer and use it in GitHub Desktop.

How to patch Ubuntu for Heartbleed

  1. sudo apt-get update
  2. sudo apt-get install -y libssl1.0.0 openssl
  3. openssl version -a and confirm the "built on" date is >= 2014-04-07
  4. sudo lsof -n | grep ssl | grep DEL and restart all listed services.

Repeat #4 until no results are returned.

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