我在尝试将证书导入JVM时遇到问题。
所以我写了这个命令:
keytool -import -noprompt -trustcacerts -alias HEALTHNETBR -file testedoCA.cer -keystore keystore_healthnetbr.jks -storepass changeit
如果我尝试运行此命令,则会出现以下错误消息:
Errore keytool: java.lang.Exception: Le chiavi pubbliche nella risposta e nel ke
ystore non corrispondono