Home Topics Pagoda Panel Pagoda Linux panel upgrade OpenSSL tutorial

Pagoda Linux panel upgrade OpenSSL tutorial

Sep 10, 2020 am 09:16 AM
pagoda

The following is a tutorial on upgrading OpenSSL from the Pagoda panel tutorial column. I hope it will be helpful to friends in need!

Pagoda Linux panel upgrade OpenSSL tutorial

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
Copy after login

2. Download the source code

wget https://github.com/openssl/openssl/archive/
Copy after login

3. Unzip the source code package and enter the OpenSSL directory

tar zxvf OpenSSL_1_1_0c.tar.gz
Copy after login

4. Precompile

./config --prefix=/usr/local/openssl
Copy after login

5. OpenSSL is officially compiled.

make && make install
Copy after login

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
Copy after login

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!

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot Article Tags

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Can Pagoda Panel deploy Go language projects? Can Pagoda Panel deploy Go language projects? Mar 23, 2024 pm 06:54 PM

Can Pagoda Panel deploy Go language projects?

Pagoda PHP version switching: Interpretation of detailed operation steps Pagoda PHP version switching: Interpretation of detailed operation steps Mar 04, 2024 pm 05:48 PM

Pagoda PHP version switching: Interpretation of detailed operation steps

How to perform website performance stress testing and tuning through the Pagoda Panel How to perform website performance stress testing and tuning through the Pagoda Panel Jun 21, 2023 pm 01:31 PM

How to perform website performance stress testing and tuning through the Pagoda Panel

How to switch between different versions when installing PHP in Pagoda How to switch between different versions when installing PHP in Pagoda Jun 19, 2023 am 11:18 AM

How to switch between different versions when installing PHP in Pagoda

Must-read for Pagoda Linux: PHP5.2.0 version installation tips Must-read for Pagoda Linux: PHP5.2.0 version installation tips Mar 07, 2024 pm 12:33 PM

Must-read for Pagoda Linux: PHP5.2.0 version installation tips

Pagoda Linux Tutorial: Detailed steps to install PHP5.2.0 Pagoda Linux Tutorial: Detailed steps to install PHP5.2.0 Mar 06, 2024 pm 02:27 PM

Pagoda Linux Tutorial: Detailed steps to install PHP5.2.0

One click to get it done! Guide to installing PHP5.2.0 on Pagoda Linux One click to get it done! Guide to installing PHP5.2.0 on Pagoda Linux Mar 06, 2024 pm 04:33 PM

One click to get it done! Guide to installing PHP5.2.0 on Pagoda Linux

宝塔一键安装PHP,轻松切换各版本 宝塔一键安装PHP,轻松切换各版本 Mar 04, 2024 pm 03:12 PM

宝塔一键安装PHP,轻松切换各版本

See all articles