error keytool: Input not an X.509 certificate
843811Jul 12 2009 — edited Jul 13 2009Hello 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?