狼族工作室 发表于 2018-1-7 17:22:26

【已解决】LNMP1.4 SSL问题

刚搭建一周多点的dz3.4论坛,在22.cn买的ssl,里面有
root.cer:
   根证书
chain.cer:
   中级证书
ssl.cer:
   您的证书(服务器证书)
ssl.key:
   您的私钥
IIS/*_ssl.pfx:
pfx格式(IIS服务器)
IIS/*_pfx_password.txt:
pfx证书密码(IIS服务器)
Apache/*_chain.crt:
中级证书(Apache服务器)
Apache/*_ssl.crt:
您的证书(Apache服务器)
Apache/*_ssl.key:
您的私钥(Apache服务器)
Nginx/*_ssl.crt:
您的证书和中级证书(Nginx服务器)
Nginx/*_ssl.key:
您的私钥(Nginx服务器)


我是复制的Nginx/*_ssl.crt:

Nginx/*_ssl.key:
这两个到root目录下
用lnmp ssl add 添加已经有的域名到ssl目录那一步是添的/root/****.crt 和/root/****.key
然后出现下面这个:

Test Nginx configure file......
nginx: the configuration file /usr/local/nginx/conf/nginx.conf syntax is ok
nginx: configuration file /usr/local/nginx/conf/nginx.conf test is successful
Reload Nginx......



然后,还需要什么操作?目前还是跟以前一样,http正常,https显示无法打开页面,因为无法与服务器建立安全连接。
是不是后续还需要哪些操作?


是专有网络,没有开通443规则,已解决。

[ 本帖最后由 狼族工作室 于 2018-1-7 17:32 编辑 ]
页: [1]
查看完整版本: 【已解决】LNMP1.4 SSL问题