首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >在制作链接证书时是否应包括根CA证书?

在制作链接证书时是否应包括根CA证书?
EN

Server Fault用户
提问于 2013-01-27 16:24:35
回答 1查看 3.1K关注 0票数 6

我使用的是高爸爸证书,通常我会把证书连接起来,制成链状证书。

代码语言:javascript
复制
cat www.example.com.crt sf_bundle.crt > chained.cert

在我的nginx.conf里,

代码语言:javascript
复制
ssl_certificate chained.cert

在浏览器中,我看到如下链:

代码语言:javascript
复制
www.example.com
  Starfield Secure Certification Authority
    Starfield Technologies Inc.

很好,一切正常。

今天,我读了一篇来自CloudFlare 1的博文,上面写着:

代码语言:javascript
复制
The lowest hanging fruit in terms of reducing 
the size of these certificates was to remove the 
root certificates from the certificate bundle. 
There's no reason to include these since they should already be 
present in browsers and, even if they're not, the browser won't trust them.

那么,这是否意味着我可以在不影响SSL证书有效性的情况下删除Starfield Technologies Inc.,并且我可以有更好的性能?

1

EN

回答 1

Server Fault用户

回答已采纳

发布于 2013-01-27 18:35:14

这取决于哪种实体签署了您的证书。

如果它是由根CA直接签名的,那么使用您自己的web服务器重新服务这样的根CA就没有什么意义了。

但是,如果它是由一个中间CA颁发的,并且您没有将它捆绑在您的证书中,那么如果某些用户以前从未见过这样的中间CA,那么就有可能会收到有关证书被破坏的警告。

https://superuser.com/a/524234/180573

怎样才能知道你现在的处境?您可以使用http://www.digicert.com/help/?host=进行测试

票数 2
EN
页面原文内容由Server Fault提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://serverfault.com/questions/472818

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档