Right now I am building a hybrid app using PhoneGap. To make my app available for Apple devices I need an iOS signing key that I can upload to PhoneGap Build. This
tutorial explains how to build an iOS signing key on Windows using OpenSSL. I followd this tutorial and installed OpenSSL-Win 64, but every time I run this command : openssl genrsa -des3 -out ios.key 2048
I get de following error message: OpenSSL unable to write 'random state' e is 65537 (0x10001)
I did some research on the internet and some people are say that you need a HOME system variable. So I created one on my Windows laptop and the location of my HOME variable is C:\
. I ran the command OpenSSL unable to write 'random state' e is 65537 (0x10001)
again but I still received the same error message.
I hope someone can help me because I don't know what I am doing wrong! :(