Does anyone know of a Certificate Authority who will accept these generated requests? I have heard that it is only possible through the Nokia OK program.
when I try to execute makekeys even with example options, such as
makekeys -cert -dname "CN=Symbian OU=Development OR=Symbian Ltd CO=GB" mykey.key mycert.cer
it says "Error: too many arguments for -cert command", and produces nothing.
What's the reason, does anybody know?
I encounter the same problem on Windows XP, and I suspect the problem is in how Windows parses and passes along command-line parameters to the program.
Here's the solution I came up with that appears to work.
In the dname string, I separated the different parts with a semi-colon ( instead of with spaces.
I have it same problem in Win XP.
---------
makekeys -cert -dname "CN=Symbian OU=Development OR=Symbian Ltd CO=GB" mykey.key mycert.cer
it says "Error: too many arguments for -cert command", and produces nothing.
----------------
And it didn't work if I used semi-colons(
Here is solution. Go to folder "C:\Symbian\7.0s\Series60_v20\Epoc32\tools" or where is your makekeys.exe program.