我正在尝试在wamp 64上运行ssl。我已经从网站http://slproweb.com/products/Win32OpenSSL.html下载并安装了Openssl“Win64 OpenSSL v1.0.2g
”。
当我尝试从cmd生成私钥(openssl genrsa -aes256 -out private.key 2048
)时出现此错误:
the ordinal 372 could not be located in the dynamic link library C:\wamp64\bin\apache\apache2.4.17\bin\openssl.exe.
任何帮助?
答案 0 :(得分:0)
您需要通过更改cmd中存在openssl.exe文件的目录来运行该命令openssl genrsa -aes256 -out private.key 2048
。我建议你使用openssl genrsa -out private.key 2048
命令