简体   繁体   English

Sitecore多站点:如何为不同域配置SSL

[英]Sitecore multisite : How to configure SSL for different domain

We have a multi-site implementation with different domain names. 我们有一个具有不同域名的多站点实施。

eg mydomainA.com.au, subdomain.mydomainB.com.au, mydomainC.com.au 例如mydomainA.com.au,subdomain.mydomainB.com.au,mydomainC.com.au

All these sites are hosted under one sitecore instance. 所有这些网站都托管在一个sitecore实例下。 We need to enable the SSL for each domain names for which we have wild card SSL Certificates each. 我们需要为每个具有通配符SSL证书的域名启用SSL。

We are using IIS 8. 我们正在使用IIS 8。

Could some one suggest what's the best way to configure multiple SSLs for single sitecore multisite instance? 有人可以建议为单个sitecore多站点实例配置多个SSL的最佳方法是什么?

The best way is depend on the wishes and requirements. 最好的方法取决于愿望和要求。

The simple solution in IIS 8 there are new options it should be possible to assign multiple Certificates to one website. IIS 8中的简单解决方案提供了新选项,可以将多个证书分配给一个网站。 Add some flexibility and use for each domain a separate, dedicated IP (also needed for older IIS) 增加一些灵活性,并为每个域使用单独的专用IP(较旧的IIS也需要)

More advanced reduce dependency On the CD create for each site a own website with own webroot in IIS (on the same server) (Sitecore licenses need for each IIS site) and use the same Sitecore databases. 更高级的功能减少依赖关系在CD上,为每个站点创建一个自己的网站,该站点在IIS中(在同一服务器上)具有自己的webroot(每个IIS站点都需要Sitecore许可证),并使用相同的Sitecore数据库。 It give you a IIS and Sitecore log file for eache site and multiple webroots to maintain. 它为每个站点和多个要维护的webroot提供IIS和Sitecore日志文件。 See Multiple IIS Sites 查看多个IIS站点

For Sitecore CD there is no special ssl config needed. 对于Sitecore CD,不需要特殊的ssl配置。

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

相关问题 如何为不同的域和用户创建SSL证书? - How to create SSL certificate for different domain and user? 同一域上的Sitecore和非Sitecore站点 - Sitecore and Non-Sitecore Sites on the Same Domain 如何配置子域名IIS - How to configure sub domain name IIS IIS(Amazon EC2)上针对不同域的多个SSL证书 - Multiple SSL Certificates for Different domain on IIS (Amazon EC2) 如何在“我的本地计算机”的一个Sitecore实例中设置多个站点(多域站点)? - How to setup Multiple sites (Multi domain sites) in one Sitecore instance in My Local Machine? 如何在IIS上使用自签名证书在localhost上配置SSL? - How to configure SSL on localhost with self signed certificate on IIS? 如何配置 IIS 以从域根映射 ISAPI DLL - How to configure IIS to map an ISAPI DLL off of a domain root 我如何无法通过ejabberd配置域,请替换localhost:5280 / admin? - how i cant configure a domain by ejabberd, replace localhost:5280/admin? URL重写-如何使用http和https在同一网站上配置多个域 - URL Rewriting - how to configure multiple domain on same website with http and https 如何在 IIS 中将一个域页面重定向到不同的域页面 - How to redirect one domain page to different domain page in IIS
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM