V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
dcncy
V2EX  ›  程序员

使用 OpenResty 建的网站,且配置了从 cloudflare 申请的 SSL 证书,但 chrome 浏览器显示网站的证书是 Let's Encrypt 的,请问这是为什么呢?

  •  
  •   dcncy · 90 天前 · 516 次点击
    这是一个创建于 90 天前的主题,其中的信息可能已经有所发展或是发生改变。
    从 cloudflare 已申请的证书,
    且在网站的配置文件里已配置了,证书存放路径是正确的。
    ssl_certificate /www/ssl/xxxx.com.crt;
    ssl_certificate_key /www/ssl/xxxx.com.key;


    但是浏览器打开网站查看的证书显示的组织是 Let's Encrypt ;
    且证书的颁发日期会自动更新,但是我的服务器貌似并没有相关的定时任务。

    请问各位大佬这是什么原因呢?应该怎么排查呢?
    Cabana
        1
    Cabana  
       90 天前
    因为 cloudflare 和 Let's Encrypt 有合作啊~
    https://developers.cloudflare.com/ssl/reference/certificate-authorities/
    dcncy
        2
    dcncy  
    OP
       90 天前
    @Cabana 感谢大佬解惑。
    bobryjosin
        3
    bobryjosin  
       90 天前
    用了 cloudflare 的客户端证书而且套了 cdn ? SSL/TLS 选项里,里面还有 edge certificates ,cloudflare-->用户这段证书是由 cloudflare 管理的,可以看到续签状态,从 cloudflare 申请的证书只是源站-->cloudflare 这段用 cf 自己的证书。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   2280 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 28ms · UTC 03:30 · PVG 11:30 · LAX 20:30 · JFK 23:30
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.