如何在 tomcat 中设置现有的 SSL 证书?

How to set up existing SSL certificate in tomcat?

我的域有来自 Godaddy 的 SSL 证书,我的域上已经有应用程序 运行ning。

现在我希望我的第二个应用程序 运行 在子域上。

我的问题是将现有 SSL 证书设置为 tomcat 7 .

出于各种原因,我直接将 SSL 设置为 tomcat,而不是将其放在 apache 上。

我尝试了各种文档,所有文档都从设置密钥库和 CSR 开始。

所以是否可以将现有的 SSL 证书设置为 tomcat 7?

  1. 导入证书,
  2. 将您的密钥、证书和 ca-certificate 导出到 PKCS12 包中。
  3. 将 PKCS12 文件导入密钥库。
  4. 更改 /opt/tomcat/config/server.xml 文件以使用这些证书。

更多详情请关注this instruction