我正在尝试为Windows上的zend server ce生成证书请求(我正在使用openSSL)。我还使用此在线工具来生成命令:tools.ssl.com
但是当我尝试运行时,openSSL 有问题:
Unable to load config info from ........apache2bin/........apache2bin/openssl.cnf
error in req
可能出了什么问题?有什么提示吗?
它发生在zend服务器(Windows)上,因为openssl无法查找配置文件。为了解决这个问题,我添加了一个新参数:
-config <path to mod_ssl config file>