NGINX 的 ssl_trusted_certificate 应该写 ca 证书还是 fullchain 证书,为何 ssl_certificate 用的又是 fullchain 证书

2019-09-21 21:17:56 +08:00
 seers
7862 次点击
所在节点    NGINX
5 条回复
Humorce
2019-09-21 21:42:40 +08:00
ssl_certificate : fullchain cert
ssl_trusted_certificate : ca cert
seers
2019-09-21 22:12:33 +08:00
@Humorce 能不能解释下原理,文档写的含糊不清,Thanks
Humorce
2019-09-21 22:20:13 +08:00
Humorce
2019-09-21 22:22:18 +08:00
@seers #2
具体如下:

Syntax: ssl_trusted_certificate file;
Default: —
Context: http, server
This directive appeared in version 1.3.7.

Specifies a file with trusted CA certificates in the PEM format used to verify client certificates and OCSP responses if ssl_stapling is enabled.
msg7086
2019-09-22 00:51:11 +08:00
trusted certificate 本来就是可信 ca 证书。这个证书必须是客户证书的上级,既然是上级,当然是 ca。fullchain 并没有什么用,因为 ca 的 ca 又不关认证。

这是一个专为移动设备优化的页面(即为了让你能够在 Google 搜索结果里秒开这个页面),如果你希望参与 V2EX 社区的讨论,你可以继续到 V2EX 上打开本讨论主题的完整版本。

https://www.v2ex.com/t/602927

V2EX 是创意工作者们的社区,是一个分享自己正在做的有趣事物、交流想法,可以遇见新朋友甚至新机会的地方。

V2EX is a community of developers, designers and creative people.

© 2021 V2EX