DOS Command to bind HTTPS domain in IIS .
DOS Command to bind HTTPS domain in IIS .
->: Bind with all assigned ip.
appcmd set site /site.name:"Site name in iis" /+bindings.[protocol='https',bindingInformation='*:443:Domain Header name']
->: Bind with Assigned IP.
appcmd set site /site.name:" Site name in iis" /+bindings.[protocol='https',bindingInformation='10.0.0.199:443:Domain Header name']
Comments
Post a Comment