The following is a tutorial on upgrading OpenSSL from the Pagoda panel tutorial column. I hope it will be helpful to friends in need!
Tutorial on upgrading OpenSSL (available for personal testing)
Currently, the OpenSSL of some servers is still version 1.0.1e. We will conduct server vulnerability analysis today. If a vulnerability in OpenSSL is detected, the only option is to upgrade OpenSSL. 1. Log in to SSH and check the OpenSSL version
openssl version
2. Download the source code
wget https://github.com/openssl/openssl/archive/
3. Unzip the source code package and enter the OpenSSL directory
tar zxvf OpenSSL_1_1_0c.tar.gz
4. Precompile
./config --prefix=/usr/local/openssl
5. OpenSSL is officially compiled.
make && make install
6. Move related files to the corresponding directory.
mv /usr/bin/openssl /usr/bin/openssl.OFF mv /usr/include/openssl /usr/include/openssl.OFF ln -s /usr/local/openssl/bin/openssl /usr/bin/openssl ln -s /usr/local/openssl/include/openssl /usr/include/openssl echo "/usr/local/openssl/lib">>/etc/ld.so.conf ldconfig -v
At this point, the compilation of OpenSSL is completed. Hurry and check it out. Check to see if the version is correct! ! !
The above is the detailed content of Pagoda Linux panel upgrade OpenSSL tutorial. For more information, please follow other related articles on the PHP Chinese website!

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

Video Face Swap
Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Article

Hot Tools

SublimeText3 Chinese version
Chinese version, very easy to use

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Safe Exam Browser
Safe Exam Browser is a secure browser environment for taking online exams securely. This software turns any computer into a secure workstation. It controls access to any utility and prevents students from using unauthorized resources.

MinGW - Minimalist GNU for Windows
This project is in the process of being migrated to osdn.net/projects/mingw, you can continue to follow us there. MinGW: A native Windows port of the GNU Compiler Collection (GCC), freely distributable import libraries and header files for building native Windows applications; includes extensions to the MSVC runtime to support C99 functionality. All MinGW software can run on 64-bit Windows platforms.

SublimeText3 Mac version
God-level code editing software (SublimeText3)