Can't create keystore for Tomcat with key, cert and CAs Certificate chain length: 1

后端 未结 2 1084
伪装坚强ぢ
伪装坚强ぢ 2021-01-25 12:25

I can\'t get my certificate bought from RapidSSL working on Tomcat but on Apache.

RapidSSL requires that you install 2 intermediate ca files.

When I create a key

2条回答
  •  我在风中等你
    2021-01-25 13:13

    Try using Portecle to import all your stuff. I haven't used it myself, but the complete mess that is Java Keystores is evidently a lot more manageable if you use a tool like Portecle.

    If you want to get better performance out of Tomcat and not bother merging your keys, certs, etc. into a single binary ball, consider using Tomcat's APR connector. You can use the same cert and key files you already use with Apache httpd, and you'll get better crypto performance.

提交回复
热议问题