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