|
From: StrongKey C. H. <skc...@li...> - 2012-12-11 17:20:54
|
Hello there, The problem is most likely related to an incorrect password for the keystore. What password are you typing in? You can also run the same command as follows: keytool -importcert -keystore cacerts -alias demo -file <location-of-file>\demo.strongauth.com.pem -storepass changeit "changeit" is the default password for the "cacerts" keystore in the JVM; just make sure you are in the correct directory of the correct JVM of your PC before you run the command (unfortunately, keytool will silently create a new "cacerts" file in the current directory if you are in the wrong directory, and will subsequently NOT use the certificate/your-cacerts file later on). Arshad Noor StrongAuth, Inc. P.S. I would recommend joining the forum as a registered user to allow your messages to be visible immediately on the forum instead of having to wait for the forum-administrator to release it from hold. Thanks. On 12/11/2012 12:51 AM, StrongKey CryptoEngine Help wrote: > Hi All , > > > > i am dealing with the below error when i have made > attempt to import crypt engine certificate into jvm the using the > follow command. > > * keytool -importcert -keystore cacerts -alias demo -file > <locationof-file>\demo.strongauth.com.pem* > > Error Message is: > > *Enter keystore password: > keytool error: java.io.IOException: Keystore was tampered with, or > password was incorrect > * > if any one knows what problem cause this Exception please let me know. > > Thanks in Advance. > > _______________________________________________ > skce-help mailing list > skc...@li... > https://lists.sourceforge.net/lists/listinfo/skce-help > |