运行openssl.exe req
而不安装它会遇到此错误:
无法打开C:\ Program Files(x86)\ Common Files \ SSL / openssl.cnf 读取,没有这样的文件或目录54944:error:02001003:system 库:打开:没有这样的 进程:crypto \ bio \ bss_file.c:72:fopen('C:\ Program Files(x86)\ Common Files \ SSL / openssl.cnf','r')54944:错误:2006D080:BIO 例程:BIO_new_file:没有此类文件:crypto \ bio \ bss_file.c:79:
是否有一种方法可以告诉openssl在其他地方查找此文件,例如当地的? 用例是将openssl与应用程序捆绑在一起,而不必运行安装程序。
答案 0 :(得分:2)
在one of the answers to this question中找到它,答案是:
openssl.exe req -config yourconfigfile.cnf