Jetty 6 - 虚拟主机 - SSL 证书
我在单个 Jetty 实例上配置了多个虚拟主机。我还想为每个虚拟主机拥有唯一的 SSL 证书。
我可以这样做吗?
我的理解是,添加连接器的调用只能在服务器配置内进行,这意味着只能使用 1 个 SSL 证书。
沃尔特
I have several virtualhosts configured on a single Jetty instance. I would like to also have unique SSL Certificates for each virtualhost.
Can I do this?
My understanding is that the call to add a connector can only be made inside a Server configuration meaning that there is only 1 SSL certificate that can be used.
Walter
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
无论如何,我需要在另一个我目前没有的端口/IP 地址上设置 SSL。所以,我暂时只能拥有1张证书。
In any case, I need to have SSL setup on another port / ip address which I presently do not have. So, for the time being, I can only have 1 certificate.