tomcat 和 apache 中的 SSL 证书(两者都使用)
SSL certificate in tomcat and apache ( use in both)
我有 SSL 通配符证书。
我的机器上有 tomcat 以及 apache 服务器 运行。
目前 ssl 已应用于 tomcat 但作为我的包装服务器的 apache 也需要 ssl 证书。
apache 和 tomcat 都在同一台机器上。
我可以对它们使用相同的通配符吗?
是的,您可以对 tomcat 和 Apache 服务器使用相同的 Wildcard SSL 证书(但仅适用于一个域,例如 *.domain.com)。即使您也可以为不同的服务器使用相同的通配符 SSL 证书。
我有 SSL 通配符证书。
我的机器上有 tomcat 以及 apache 服务器 运行。
目前 ssl 已应用于 tomcat 但作为我的包装服务器的 apache 也需要 ssl 证书。
apache 和 tomcat 都在同一台机器上。
我可以对它们使用相同的通配符吗?
是的,您可以对 tomcat 和 Apache 服务器使用相同的 Wildcard SSL 证书(但仅适用于一个域,例如 *.domain.com)。即使您也可以为不同的服务器使用相同的通配符 SSL 证书。