您的当前位置:首页>全部文章 >"博客"内的文章 >文章详情
CentOS 服务器捣鼓「OpenSSL 升级」
发表于:2023-04-11 10:50:34浏览:388次TAG: #linux


① 下载解压最新的 OpenSSL

wget https://github.com/openssl/openssl/archive/OpenSSL_1_1_0g.tar.gz
tar -zxvf OpenSSL_1_1_0g.tar.gz


② 编译安装

cd openssl-OpenSSL_1_1_0g
./config --prefix=/usr/local/openssl // 指定安装路径
make && make install


登录 登录阅读全文
栏目分类全部>