Skip to Main Content

Java Security

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error keytool: Input not an X.509 certificate

843811Jul 12 2009 — edited Jul 13 2009
Hello I have to add a digital certificate .pfx to the file cacerts.

I use the following command:

keytool -import -keystore " path cacerts" -file "path certificate.pfx" -alias hola -storepass changeit

But the following error happens: Input not an X.509 certificate.

I use jdk 6.

How can I add the certificate?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 10 2009
Added on Jul 12 2009
3 comments
5,248 views