无法通过 XAMPP 生成 SSL 证书
Posted
技术标签:
【中文标题】无法通过 XAMPP 生成 SSL 证书【英文标题】:Unable to generate SSL certificate through XAMPP 【发布时间】:2014-07-14 09:15:35 【问题描述】:我一直在尝试为本地测试生成 SSL 证书。当我 cd
进入 /xampp/apache/
并运行 makecert
时,出现以下错误:
WARNING: Can't open config file: ./bin/openssl.cnf
...
Error opening Private Key privkey.pem
如何解决?
【问题讨论】:
【参考方案1】:makecert.bat 中的 openssl.cnf 路径错误。
只需编辑 makecert.bat 以修复路径:
set OPENSSL_CONF=./conf/openssl.cnf
【讨论】:
以上是关于无法通过 XAMPP 生成 SSL 证书的主要内容,如果未能解决你的问题,请参考以下文章