Skip to content

Instantly share code, notes, and snippets.

@kakoni
Last active August 29, 2015 13:58
Show Gist options
  • Save kakoni/10104051 to your computer and use it in GitHub Desktop.
Save kakoni/10104051 to your computer and use it in GitHub Desktop.
Ubuntu Heartbleed update
For 12.04, 12.10 and 13.10 (11.04 not affected)
sudo apt-get update
sudo apt-get upgrade
Check that
dpkg -l | grep openssl
returns
ii openssl 1.0.1-4ubuntu5.12 Secure Socket Layer (SSL)...
After upgrade do
ps uwwp $(sudo find /proc -maxdepth 2 -name maps -exec grep -HE '/libssl\.so.* \(deleted\)' {} \; | cut -d/ -f3 | sort -u)
to see which services you need to restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment