想通过 CF 的 cdn,在 CF 网站上设置好了,ssl 证书遇到问题。
源服务器创建证书,把证书下载下来,放到 vps 上,配置 nginx,提示找不到证书。
server {
listen 443;
server_name
domain.com;
root /var/www/
domain.com;
ssl_certificate /etc/ssl/
domain.com/domain.com.crt; ssl_certificate_key /etc/ssl/
domain.com/domain.com.private.key;}
提示如下:
root@Debian:~# nginx -t
nginx: [warn] "ssl_stapling" ignored, issuer certificate not found for certificate "/etc/ssl/
domain.com/domain.com.crt"
nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
nginx: configuration file /etc/nginx/nginx.conf test is successful
访问域名,出现 526 错误,说是源服务器没有一个有效的证书。
谷歌了一下,说是 CF 的 ssl 只能给自家的 cnd 用。
我想问的是:我的 vps 不安装 ssl 证书行不行,不安装证书,访问域名报错,说是无效的证书。
一定要在 vps 安装 let's 的 ssl 证书吗?
这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。
https://www.v2ex.com/t/721608
V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。
V2EX is a community of developers, designers and creative people.