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