我正在使用 openssl 转换从 Godaddy 购买的证书以使用 IIS Windows 2016。我用来转换的命令如下,我按 Enter 键不输入密码。我也尝试输入简单和复杂的密码,仍然遇到同样的错误。
openssl pkcs12 -export -out website.pfx -inkey private.key -in a01f36fe692456.crt -certfile gd_bundle-g2-g1.crt
Run Code Online (Sandbox Code Playgroud)
在 Windows Server 2016 上导入 IIS 时出现“指定的网络密码不正确”,为了排除故障,我尝试了相同的导入,但它可以导入到 Windows Server 2019。想知道如何为 Windows 2016 生成 pfx 文件, IIS v10?谢谢