I am on Windows 10 with JRE8 and the command I'm using is:
C:\Program Files\Java\jre1.8.0_60\bin>keytool -keystore "C:\cacerts" -storepass changeit -importcert -file "C:\Users\MyUser\Desktop\sf.cer" -alias Symantec_Secure_Server_Class_3
Here's what I've tried so far:
I keep getting the same error:
Certificate was added to keystore keytool error: java.io.FileNotFoundException: C:\cacerts (Access is denied)
What else can I do to import this certificate into my cacerts file?
Try running the command line as administrator and do it again
Use the below command:
keytool -genkey -v -keystore test.keystore -alias testkeystore -keyalg RSA -keysize 2048 -validity 10000
the issue was that I was not giving the filename i.e. {test.keystore} which needs to be created as keystore file.
This will resolve the issue.
Try putting on another drive: D:\tmp or C:\tmp (other than root).
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With