Tomcat HTTPS keystore certificate

后端 未结 3 1468
你的背包
你的背包 2020-12-30 02:56

Ran into another problem using SSL and Tomcat: I\'ve configured a keystore which contains a key and a certificate (the server certificate I wish to present to the clients co

3条回答
  •  [愿得一人]
    2020-12-30 03:00

    Your configuration should work correctly.

    Tomcat's how-to explains the steps to take in order to have a proper JKS.

    Make sure you have imported the Certificate to the jks, with the appropriate alias (testKey)

提交回复
热议问题