Unable to load config info from /usr/local/ssl/openssl.cnf on Windows

前端 未结 14 644
无人及你
无人及你 2020-12-12 10:51

While using OpenSSL on Windows:

openssl genrsa -out privatekey.pem 1024 -->

Created successfully

openssl req -new -x509 -key          


        
14条回答
  •  离开以前
    2020-12-12 11:19

    With the GnuWin32 tools I found the openssl.cnf under C:\gnuwin32\share

    set OPENSSL_CONF=C:\gnuwin32\share\openssl.cnf
    

提交回复
热议问题