我可以有 2 个具有相同 ssl 证书的子域吗
简单的问题,我可以在同一台机器上有 2 个 Web 应用程序,使用相同的 ssl 证书在不同的子域中运行吗?
例如:
m.example.com
z.example.com
同一台机器,同一IP!
Simple question, can I have in the same machine 2 web applications, running in different subdomains with the same ssl certificate?
ex:
m.example.com
z.example.com
Same Machine, same IP!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
您可以使用:
*.mydomain.yy
),尽管 不鼓励使用,m.domain.yy
和z.domain.yy
)。作为参考,这记录在 RFC 2818(第 3.1 节) 中RFC 6125。
如何配置 Web 服务器以将请求分派到适当的 Web 应用程序取决于您使用的 Web 服务器(正如@Brian 在对您的问题的评论中所说)。
You can use either:
*.mydomain.yy
), although their usage is discouraged,m.domain.yy
andz.domain.yy
).For reference, this is documented in RFC 2818 (section 3.1) and RFC 6125.
How the web server is then configured to dispatch the request to the appropriate web application depends on which web server you are using (as @Brian said in a comment to your question).
使用通配符 ssl 证书
http://www.comodo.com/e-commerce/ssl -certificates/wildcard-ssl.php
with a wildcard ssl certificate
http://www.comodo.com/e-commerce/ssl-certificates/wildcard-ssl.php
是的,使用通配符证书
Yes, using a wildcard certificate