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

前端 未结 14 646
无人及你
无人及你 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:18

    In Windows 10, no need to restart nor run in Administrator's mode but instead set openssl config like so:

    set OPENSSL_CONF=C:\Program Files (x86)\GnuWin32\share\openssl.cnf
    

    Of course, if you are using GnuWin32

提交回复
热议问题