> I received a certificate issued by Verisign and imported in my
> Keystore and I can successfully sign the applet.
[quoted text clipped - 18 lines]
>
> any help will be greatly appreciated.
Hello,
You need to export both the key and the certificate, not just the
certificate. It turns out there is actually no way to export a key
from a keystore using the keytool program. If you've got the
time/knowledge/inclination, you can write a quick Java program
that'll open the keystore, pull the key, and save it to a file. You
might also be able to find such a program on Google. I think you
would need a companion program for your colleagues to run to import
the key into their keystores, after which the certificate could be
imported via keytool.
Chris
Michel Gallant - 16 Mar 2005 14:12 GMT
Some related info on this is how to extract the certificate and private
key from JSK keystore, into standard pkcs#12 format:
http://www.jensign.com/JavaScience/Thawte
(3rd Party Solutions paragraph).
- Mitch Gallant
JavaScience Consulting
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
[quoted text clipped - 41 lines]
> =o0vI
> -----END PGP SIGNATURE-----