如何使用完整的证书链来唱 j2me jar 文件?密钥库中仅存在一个
我的公司拥有 Thawte 的代码演唱证书来演唱 Windows 应用程序。我需要用这个证书来唱我的 j2me jar 文件。我已经使用 openssl 使用本指南转换为 pkcs12 格式: http://conshell.net/wiki/index.php/OpenSSL_to_Keytool_Conversion_tips 但我有一个问题 - 我无法添加完整的证书链。只有一根,没有中间和横根。 因此,当我签名时,只有 MIDlet-Certificate-1-1 参数。没有 MIDlet-Certificate-1-2 和 MIDlet-Certificate-1-3。 是否可以以某种方式在密钥库中创建一条链?
My company have code singing cert from Thawte to sing Windows applications. I need to sing my j2me jar file with this cert. I've used openssl to convert to pkcs12 format using this guide:
http://conshell.net/wiki/index.php/OpenSSL_to_Keytool_Conversion_tips
but I have one problem - I can't add full chain of certs. Just one, no intermediate and crossroot.
So when I signing there's only MIDlet-Certificate-1-1 param. No MIDlet-Certificate-1-2 and MIDlet-Certificate-1-3.
Is it possible to create a chain in keystore somehow?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
首先,您需要另一种类型的证书 - Sun Java 证书。
我不太记得签名过程,但有关于这个主题的教程。只需尝试谷歌搜索“midlet 签名教程”。或者阅读以下内容: http: //www.forum.nokia.com/piazza/wiki/images/7/7e/MIDP_2_0_Tutorial_On_Signed_MIDlets_v1_1_en.pdf?20080603115110
At first you need another type of certificate - Sun Java certificate.
I don't exactly remember signing process but there are tutorials on this subject. Just try to google "midlet signing tutorial". Or read, for example, this one: http://www.forum.nokia.com/piazza/wiki/images/7/7e/MIDP_2_0_Tutorial_On_Signed_MIDlets_v1_1_en.pdf?20080603115110