Creating and using self-signed certificate
From Forum Nokia Wiki
Creating the Certificate
The certificate and its corresponding private key can be created with the following command:
makekeys -cert -dname "CN=Your Name EM=myemail@address CO=myOrg" mykey.key mycert.cer
Signing the Installation Packages
Finally, to make use of the new certificate, installation packages must be signed using the corresponding private key. This process is documented in the SDK, but, briefly, the steps are the following: Copy the original key and certificate files created by makekeys to a known location. Add the following line to the installation package file (project.pkg):
*"mykey.key","mycert.cer"
Create the installation package normally. If you set a passphrase for the key, makesis will prompt you for it. The new installation package can now be installed normally and without security warnings.
Other Related Links
- Application Signing
- How to sign a .Sis file with Self-Sign Certificate
- Batch file for creating and signing sis file
| Related Discussions | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 如何用theme studio 3 生成3250可用的主题安装文件? | ruifeng | Web Technologies and Multimedia Content- Web 技术和多媒体内容 | 3 | 2006-06-25 05:41 |
| API to Change Application Manager Settings | symadept | Symbian Signing, Certification and Security | 1 | 2007-09-18 10:14 |
| Cannot install certificate on E60 | ahof | General Discussion | 3 | 2007-02-13 09:43 |
| Https in Nokia 3220 | ncumar | Mobile Java Networking & Messaging & Security | 0 | 2005-09-07 17:49 |
| Nokia 6101 Locked 2 TMobile Midlet can't access internet... | Jason Glass | Mobile Java Networking & Messaging & Security | 45 | 2007-11-14 02:19 |
