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

java - BeanIO write annotated class to fixedlength -

Using Java 8 lambdas/transformations to combine and flatten two Maps -

How to connect android app to App engine -