Import and sign with an existing certificate in keytool and jarsigner.
843811Sep 16 2002 — edited Nov 14 2002I have an existing private certificate (created using the IBM tool ikeyman) and the corresponding signed certificate (from verisign) that I have created for my website. I would like to use the signed certificate to sign jar's in my application. I can import the signed certificate from verisign using keytool. However, when I try to use jarsigner to sign a jar file, I get an error stating "certificate not found". Is there any way to accomplish this task with an existing certificate? I have tried to export the certificate from ikeyman as a .p12 file and use it with keytool, however I can not get that to work either.
Any help would be greatly appreciated.
Matt