Copy link to clipboard
Copied
This question was posted in response to the following article: http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-371badff126abc17b1f-8000.html
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
Here it is the best article I have ever read for creating and signing iOS apps from Windows.
Copy link to clipboard
Copied
When I saw that error message, I tried starting up the command line with "Run as administrator". It went away after that.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
I just encounter the same problem on Vista 64 and your solution worked.
Thanks
Copy link to clipboard
Copied
I made an environment variable OPENSSL_CONF with the value C:\OpenSSL-Win32\bin\openssl.cfg so it could find the config file.