1.找到applicationHost.config文件
C:\Windows\system32\inetsrv\config\applicationHost.config
2.找到https 增加域名进项区分
找到
<binding protocol="https" bindingInformation="*:443" />
修改成:
<binding protocol="https" bindingInformation="*:443:www.text.com" />
切记需要对应的每个站点都修改。
3.修改完重启一下IIS
开始》运行》CMD》iisreset
4.注意事项,有的服务器不支持多证书使用,需要升级一下IIS版本