Skip to content

Instantly share code, notes, and snippets.

@canujohann
Created June 9, 2014 07:03
Show Gist options
  • Save canujohann/dc3b43e078ec9851fa27 to your computer and use it in GitHub Desktop.
Save canujohann/dc3b43e078ec9851fa27 to your computer and use it in GitHub Desktop.
open-ssl : update (centos)

Upate openSSL

# check current version
yum list installed | grep openssl

# check if update is available
yum list updates | grep openssl

#update
sudo yum update openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment