我正在尝试使用 IIS7 中的可用证书之一为应用程序提供 https 绑定,但在语法上遇到了困难。
我认为该命令应如下所示,但它不起作用:
appcmd.exe set site "mysite.com" /+bindings.[protocol='https',bindingInformation='*:443:www.mysite.local:mycertificatename']
我正在尝试使用 IIS7 中的可用证书之一为应用程序提供 https 绑定,但在语法上遇到了困难。
我认为该命令应如下所示,但它不起作用:
appcmd.exe set site "mysite.com" /+bindings.[protocol='https',bindingInformation='*:443:www.mysite.local:mycertificatename']