cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
218
Views
0
Helpful
1
Replies

Key store access Incorrect in cisco CVP 12.6 server

Hi 

Key store access through cmd fails with error "keytool error: java.io.IOException: Keystore was tampered with, or password was incorrect"

trying to export wsm certificate by using below command and password is using from DecryptKeystoreUtil.bat file in cvp lib folder. 

%CVP_HOME%\jre\bin\keytool.exe -storetype JCEKS -keystore %CVP_HOME%\conf\security\.keystore -export -alias wsm_certificate -file %CVP_HOME%\conf\security\wsm.crt

any one can support?

Best Regards

1 Reply 1

I guess you are missing the password in your batch file.

Try -storepass variable with default password "changeit"
Or you can find the password in the file C:\Cisco\CVP\conf\security.properties