Hello
I've an application that is already self-signed. I also created a develoment certificate. Now: Does someone have a good documentation of how to add this certificate to my application??
Hello
I've an application that is already self-signed. I also created a develoment certificate. Now: Does someone have a good documentation of how to add this certificate to my application??
Hello Patrickfrei,
Go through this link:
http://discussion.forum.nokia.com/fo...ad.php?t=94973
Download DevCert tool which will guide you stpe-by-step.
After creating .csr file(with Capabilities and IMEIs), you need to uplaod it to www.symbiansigned.com. You need to create your account over Symbiansigned.com.
Once you have uploaded your .csr file, you will receive your .cer file.
Use this .cer file with .key file to sign your application.
If you find any difficulty you can surely ask.
All the best.
Regards.
Kiran.
Hello Kiran
I've already done these things so far, i.e. I've a developer certificate from symbiansign:
- *.cer
- *.key
I've implemented them now in Carbide.C++. Works fine, but... I used a password with a $ in it... and when Carbide wants to sign my app there will be an error, because it deletes this special character. E.g. if I had as password abc$def, Carbides wants to sign my app with abcdef. And that results in an error.
So, how can I change my password or make Carbide to accept the $-character in my password???
Thank you for the really great support!!
Last edited by patrickfrei; 2006-11-28 at 15:06.
Yes, you can.Originally Posted by patrickfrei
Hi Patrickfrei,
Refer to the following thread:Originally Posted by patrickfrei
http://discussion.forum.nokia.com/fo...d.php?p=261695
Regards.
Kiran.