About openSSL

1.download

 

2. WARNING: can’t open config file: /usr/local/ssl/openssl.cnf 

 

  • Open your command prompt as Administrator (few openssl commands opens in random state), thus when openssl tries to write stuff on your disk it fails. There could be another workaround but i am not aware of that.
  • Now before you run any openssl command type the following.

  • set OPENSSL_CONF = c : \ [ PATH TO YOUR OPENSSL DIRECTORY ] \bin\openssl . cfg 

     

    3. unable to write 'random state' 

     

    run as administrator or root

     

    4.

    你可能感兴趣的:(OpenSSL)