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
Post a Comment