CentOS 7安装openssl

linux.png

本文不再更新,完整安装过程及常见错误处理,请移步:CentOS如何升级openssl到最新版本

官网:https://www.openssl.org/;
下载页面:https://www.openssl.org/source/;
最新版本:https://www.openssl.org/source/openssl-1.0.1t.tar.gz ;(2016年5月7日)

下面开始安装操作,具体包括:

  • 解压;
  • 配置;
  • 编译;
  • 安装;

一、解压

tar -xzvf ./openssl-1.0.1t.tar.gz

二、配置

cd openssl-1.0.1t/
./config  --prefix=/usr/local/openssl

三、编译&&安装

make &&  make install
© 版权声明
THE END
喜欢就支持一下吧
点赞0 分享
评论 抢沙发

请登录后发表评论

    暂无评论内容