Skip to main content
This topic has been closed for replies.

6 replies

Participant
February 5, 2013

I made an environment variable OPENSSL_CONF with the value C:\OpenSSL-Win32\bin\openssl.cfg so it could find the config file.

JeffryHouser
Participating Frequently
May 12, 2012

In Windows 7; I got this error:" WARNING: can't open config file: /usr/local/ssl/openssl.cnf"

And was able to fix it by running this command: "set OPENSSL_CONF=C:\OpenSSL-Win32\bin\openssl.cfg" before trying to generate the private key.

January 25, 2013

I just encounter the same problem on Vista 64 and your solution worked.

Thanks

Participant
February 22, 2012

Having a problem in Windows 7 with:

unable to write 'random state'...

try typing and executing this in the cmd window:

set RANDFILE=.rnd

Fixed it for me

February 23, 2012

Here it is the best article I have ever read for creating and signing iOS apps from Windows.

http://www.emanueleferonato.com/2011/09/22/creation-of-an-iphone-app-with-flash-and-without-a-mac-for-all-windows-lovers/