标签:
本文主要介绍如何在IIS中添加多个网站并使用同一个数字签名证书(win7+IIS7.5)
用记事本打开C:\Windows\System32\drivers\etc\hosts文件,将域名site1.ucredit.com与127.0.0.1
进行关联。如下图
打开浏览器输入 https://site1.ucredit.com 就能访问站点site1。
如下图:其中“site2”为站点名称,site2.ucredit.com为主机名。
如果需要添加多个网站,重复步骤6。
注: 由于是本机测试,所以需要配置C:\Windows\System32\drivers\etc\hosts文件,服务器中配置主机名。
至此,完结。 参考链接:https://www.sslshopper.com/article-ssl-host-headers-in-iis-7.html
标签:
原文地址:http://www.cnblogs.com/zhangzhi19861216/p/4668209.html