Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我计划通过 SSL 实施来保护我的码头。但我想使用我的 tomcat 证书,而不是默认的码头证书。我的码头版本是 8.x。我在网上搜索了有关码头上的 ssl 配置的信息。我发现了这个。请建议我是否可以使用 tomcat trustore 而不是默认码头?
除非您使用某个特定的 Tomcat 实现的密钥库,否则 java 密钥库就是一个密钥库。Jetty 使用 java 本身提供的默认密钥库位,配置 Jetty 以查找正确的文件,提供必要的身份验证位以打开它以及您可能需要指定密钥库中要使用的密钥的任何别名应该是一件简单的事情. 该文档适用于 Jetty 9/9.1,可能与 8 的细节有所不同。您可以通过集线器访问 8 文档:
http://www.eclipse.org/jetty/documentation/