Hello,
I want to sign jars with my personnal key to use java web start. My key
was delivered to me from a PKI system from my company. It came in pkcs#12
format.
I guess that I have to import it in a java keystore to use with jarsigner.
I could not import this key in the standard keystore. Is there a way to do
that.
Thank you for help...
Xavier
Michel Gallant - 07 Apr 2004 14:58 GMT
No you don't. Java 2 1.4+ supports keystore types "pkcs12" so you
can directly use your pkcs12 file as a single-key keystore.
Jarsigner supports -storetype pkcs12
See:
http://www.jensign.com/JavaScience/Thawte
- Mitch Gallant
JavaScience Consulting
> Hello,
> I want to sign jars with my personnal key to use java web start. My key
[quoted text clipped - 5 lines]
> Thank you for help...
> Xavier