gpt4 book ai didi

windows - SSL 证书在刷新 Windows 服务器时消失

转载 作者:行者123 更新时间:2023-12-04 22:41:47 25 4
gpt4 key购买 nike

我购买了通配符 SSL 证书,我需要将它安装在 Windows 服务器上,顺便说一下,在我导入证书并完成证书请求后,在服务器证书页面的 IIS 上,证书在刷新时消失。
进行研究时,我发现带有私钥的 pem 文件丢失了,现在我有了 key ,但证书在刷新时也消失了。
如何将证书与 key 绑定(bind)?
我错过了什么?
我已经阅读了所有官方 Windows 指南和文档,但没有任何效果。

最佳答案

我已经解决了安装 OpenSSL 并运行以下命令来生成 pfx 文件的问题。

openssl pkcs12 -export -out certificate.pfx -inkey privateKey.key -in certificate.crt
然后我通过在 IIS 的证书部分导入文件来安装证书。
最后一步是将证书绑定(bind)到 IIS 的服务器部分。
使用 pfx 文件只需遵循本指南 https://docs.microsoft.com/en-us/troubleshoot/windows-server/windows-security/install-imported-certificates#assign-the-imported-certificate-to-the-web-site

关于windows - SSL 证书在刷新 Windows 服务器时消失,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/69986035/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com