keytool error: java.lang.Exception: Failed to establish chain from reply

前端 未结 6 1834
余生分开走
余生分开走 2020-12-30 22:54

Generate keystore:

keytool -genkey -alias tomcat -keyalg RSA -keystore my.keystore -keysize 2048

Generate certificate signing request (CSR)

6条回答
  •  离开以前
    2020-12-30 23:01

    Download certificate chain, open it on Windows - it stores CA certificate and your certificate answer from CA.

    First import CA cert to your keystore and then import answer from CA.

提交回复
热议问题