哔哩萌
  • 邻居
  • 歌单
  • 看剧
  • 留言

OpenSSL

A collection of 1 post
OpenSSL

CentOS 7 升级系统自带 OpenSSL

转自:升级你的OpenSSL 下载最新版 wget -c https://www.openssl.org/source/openssl-1.0.2-latest.tar.gz 解压 tar zxvf openssl-1.0.2-latest.tar.gz 进入解压后的目录 cd openssl* 配置编译参数 ./config --prefix=/usr/local/openssl 编译安装 make && make install 备份原来的OpenSSL(也是将老版本移动开,如果不移开下一步可能会出错) mv /usr/bin/openssl /usr/bin/openssl.old mv /usr/include/
2017年6月12日 — 1 min read
哔哩萌 © 2023
  • 🇨🇳
由 Ghost 驱动