I'm trying to sign a java applet using an spc file from godaddy. Here's the command I'm using:
keytool -import -keystore codesignstore -storepass [pass] -alias [alias] -file [filename]
Unfortunately, running this command returns
keytool error: java.lang.Exception: Input not an X.509 certificate
I talked to GoDaddy and they assure me that it is indeed a valid X.509 certificate and otherwise provided 0 help. Anyone know how to make this work? I've read a few comments that suggest that the problem might be the alias, but we've tried the alias we specified when creating the CSR as well as the one specified in GoDaddy. In addition, some note that the problem may be related to this java bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4874076. However, I don't see any odd URLs in the spc of the type they note in that bug report. Thanks in advance for your help.