java - How to import certificate into JVM -


i have problem while try yo import certificate jvm.

so have write command:

keytool -import -noprompt -trustcacerts -alias healthnetbr -file testedoca.cer -keystore keystore_healthnetbr.jks -storepass changeit 

if try run command, have error message:

errore keytool: java.lang.exception: le chiavi pubbliche nella risposta e nel ke ystore non corrispondono 


Comments

Popular posts from this blog

How to connect android app to App engine -

gcc - MinGW's ld cannot perform PE operations on non PE output file -

php - display validation error message next to the textbox in codeigniter -