All,
I need your help again.
I am trying to import a p12 cert into my jks, have tried to look everywhere for the solution without any success.
My systems is solaris 10 and this is the command I performed to import the cert:
keytool -import -trustcacerts -alias myalias -file my.p12 -keystore my.jks
Enter keystore password:mystorepasswd
keytool error: java.security.cert.CertificateParsingException: signed fields invalid
That is what I got as output, couldn't go over from here.
Appreciate the help and thanks in advance.