Our developers are using a cert to sign our jad and jar- how do I look up the expiry date of the certificate to enter in the ovi store fields? Can I find it out from the file?
Our developers are using a cert to sign our jad and jar- how do I look up the expiry date of the certificate to enter in the ovi store fields? Can I find it out from the file?
goto to the command prompt ("cmd") and type
Code:signsis -o "myapp.sis"
Hi,
alternatively, check the email when the certificate was bought!
The lines above are the best I have to offer.If anyone of you is of more advanced knowledge, I ask for your patience and understanding! - unknown arab poet
http://www.tamoggemon.com - Symbian blog - Windows Phone blog
My other blogs:
webOS blog iPhone blog BlackBerry blog Samsung bada blog Android blog
If you have openssl installed, you can do it from the command line.
Example:
openssl x509 -subject -dates -in OVI_08-30-2010.crt
will show:
subject= /CN=OVI Publisher 08-30-2010/O=OVI
notBefore=Aug 30 20:50:21 2010 GMT
notAfter=Nov 28 20:50:21 2010 GMT
-----BEGIN CERTIFICATE-----
...
Grego
http://mpaja.com/