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

nginx+openssl 搭建记录

作者: 甚解_4703 | 来源:发表于2019-06-03 21:52 被阅读0次

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
配置汇总
make && make install

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

相关文章

网友评论

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

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