当前位置:SEO自学网 > 网站搭建 > Web网站开发 > IIS7关于多域名多证书多IP的部署方案

IIS7关于多域名多证书多IP的部署方案

admin2022年05月05日 22:37:08Web网站开发360

1.首先创建绑定证书

多IP1.png

2.若这里无法填写域名,需要在配置文件添加,如下:

打开C:\Windows\system32\inetsrv\config\applicationHost.config修改站点配置如下红色标记

<site name="6566v" id="2">

<application path="/" applicationPool="test">

<virtualDirectory path="/" physicalPath="D:\6566v" />

</application>

<bindings>

<binding protocol="http" bindingInformation="*:80:6566v.com" />

<binding protocol="http" bindingInformation="*:80:www.6566v" />

<binding protocol="https" bindingInformation="122.114.27.103:443:6566v.com" />

<binding protocol="https" bindingInformation="122.114.27.103:443:www.6566v.com" />

</bindings>

</site>

3.修改完成后打开IIS站点绑定,查看是否已经默认选定证书。

多IP2.png

4.如图,说明已经配置成功,测试即可。

多IP3.png

来源:景安


扫描二维码推送至手机访问。

版权声明:本文由SEO自学网发布,如需转载请注明出处。

本文链接:http://www.seozixuewang.com/post/3830.html

标签: IIS

“IIS7关于多域名多证书多IP的部署方案” 的相关文章

Windows Server 2012 IIS安装教程2022年04月23日 19:34:06
Windows IIS日志文件分析程序2022年04月26日 10:05:50
IIS下PHP的ISAPI和FastCGI比较2022年04月26日 10:26:03
IIS网站服务器性能优化指南2022年04月26日 10:28:01
保护IIS服务器的15个技巧2022年04月26日 11:42:00