美文网首页
nginx+openssl 搭建记录

nginx+openssl 搭建记录

作者: 波波大人2018 | 来源:发表于2019-11-21 13:25 被阅读0次

<meta charset="utf-8">

nginx下载地址:http://nginx.org/en/download.html
上传到opt/soft目录

cd /opt/soft
tar -zxvf nginx-1.17.0.tar.gz
cd nginx-1.17.0
yum install -y gcc
yum install -y pcre pcre-devel
yum install -y zlib zlib-devel
yum install -y openssl openssl-devel

 ./configure --with-http_ssl_module --with-pcre --with-stream --with-stream_ssl_module --with-http_ssl_module --with-http_v2_module --with-threads

image
make && make install


生成ssl key教程
免费证书申请地址良心网站
http强制跳转https
ssl状态监测网址

相关文章

网友评论

      本文标题:nginx+openssl 搭建记录

      本文链接:https://www.haomeiwen.com/subject/cgttwctx.html