How to install latest version of OpenSSL on CentOS?
Step 1: mkdir Openssl
Step 2: cd Openssl/
Step 3: wget https://www.openssl.org/source/old/1.0.2/openssl-1.0.2t.tar.gz
Step 4: tar -zxvf openssl-1.0.2t.tar.gz
Step 5: cd openssl-1.0.2t/
Step 6: ./config --prefix=/usr/ -fPIC -pthread -shared
Step 7: make all
Step 8: make install
Step 9: openssl version
No comments:
Post a Comment