【发布时间】:2014-04-17 16:01:23
【问题描述】:
我更新了客户服务器上的 SSL 证书。证书即将过期。
客户向我发送了 PEM 格式的新证书。我只是在 Apache 上替换它并重新启动它。新的过期日期是正确的,但我得到了一点验证错误:
Unable to get the local issuer of the certificate. The issuer of a locally looked up certificate could not be found. Normally this indicates that not all intermediate certificates are installed on the server.
证书使用中间证书。也许我也需要更新中间证书?使用旧证书,不会发生此验证错误。
一切似乎都很完美。浏览器不会显示任何错误。
【问题讨论】:
标签: ssl apache2 ssl-certificate