Skip to content

Instantly share code, notes, and snippets.

@salcode
Created April 8, 2014 13:29
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 salcode/10124288 to your computer and use it in GitHub Desktop.
Save salcode/10124288 to your computer and use it in GitHub Desktop.
Patch Heartbleed on Cent OS
# SSH into the server as root
# confirm Linux version CentOS 6.5
cat /etc/*-release
# clear metadata (ensure we get the latest release)
yum clean metadata
# update openssl
yum update openssl
# check openssl version shows up on this list of patched
# http://lists.centos.org/pipermail/centos-announce/2014-April/020249.html
# lookup result on this page to confirm you are now on an updated version
rpm -qa | grep openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment