Advertisement
Jailout2000

Fedora 19 OpenSSL Heartbeat (CVE-2014-0160) Fix

Apr 8th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.41 KB | None | 0 0
  1. cd ~; mkdir openssl; cd openssl; wget http://kojipkgs.fedoraproject.org//packages/openssl/1.0.1e/37.fc19.1/x86_64/openssl-1.0.1e-37.fc19.1.x86_64.rpm; wget http://kojipkgs.fedoraproject.org//packages/openssl/1.0.1e/37.fc19.1/x86_64/openssl-libs-1.0.1e-37.fc19.1.x86_64.rpm; yum install ./*.rpm -y; cd ..; rm -Rfv ./openssl; systemctl restart nginx.service php-fpm.service mysqld.service sshd.service; echo -e "\nDone."
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement