Skip to content

Instantly share code, notes, and snippets.

@darrenterhune
Created April 9, 2014 19:24
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 darrenterhune/10305487 to your computer and use it in GitHub Desktop.
Save darrenterhune/10305487 to your computer and use it in GitHub Desktop.
openssl heartbleed update
# Update the system and packages
sudo apt-get update
sudo apt-get dist-upgrade
# Restart server
sudo shutdown -r now
# Check openssl is upgraded against versions below
dpkg -l | grep "openssl"
# Ubuntu 10.04: Unaffected (Shipped with older version prior to vulnerability)
# Ubuntu 12.04: 1.0.1-4ubuntu5.12
# Ubuntu 12.10: 1.0.1c-3ubuntu2.7
# Ubuntu 13.04: SUPPORT END OF LIFE REACHED, SHOULD UPGRADE
# Ubuntu 13.10: 1.0.1e-3ubuntu1.2
# Re-issue or buy new ssl certs and install then reboot webserver
sudo service apache2 restart
sudo service nginx restart
# Boot out everyone.. and they should update their passwords
echo 'flush_all' | nc localhost 11211
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment