简体   繁体   English

如何在Windows Server中的tomcat服务器中安装ssl证书?

[英]How can I install ssl certificate in tomcat server in Windows Server?

I have a file with extension(.p7s) and four files with extension(.crt) from Certified Authority. 我有一个带扩展名的文件(.p7s)和四个带有扩展名(.crt)的文件来自认证机构。 How can I install SSL by using only these files? 如何仅使用这些文件来安装SSL?

Use Java keytool utility to manage your SSL certificates in a Java keystore. 使用Java keytool实用程序管理Java密钥库中的SSL证书。 Refer to this Tomcat documentation to learn how to create a Java keystore and install SSL certificate for Tomcat. 请参阅此Tomcat文档以了解如何为Tomcat创建Java密钥库和安装SSL证书。

Tomcat documentation Tomcat文档

You should use the Java keytool utility to manage your certificates in a Java keystore. 您应该使用Java keytool实用程序来管理Java密钥库中的证书。 Have a look at this Tomcat documentation to learn how to create a Java keystore for use with Tomcat. 查看 Tomcat文档以了解如何创建用于Tomcat的Java密钥库。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM