Openssl 1.0.1g heartbleed updates for Centos,Redhat and Fedora.
From below steps you can install last version of openssl 101g that will protect you from heartbleed:
cd /usr/src
wget https://www.openssl.org/source/openssl-1.0.1g.tar.gz
tar -zxf openssl-1.0.1g.tar.gz
cd openssl-1.0.1g
./config
make
make test
make install
openssl version
*************
If it shows old version do the steps below:
mv /usr/bin/openssl /root/
ln -s /usr/local/ssl/bin/openssl /usr/bin/openssl
Any help you can contact us please.
Comments
Post a Comment