Putting multiple SSL certificates in IIS
Open up command prompt and run the following for each website/host header
Appcmd set site /site.name:"sitename" /+bindings.[protocol='https',bindingInformation='*:443:certname]
Where:
- sitename = the site's name in IIS
- certname = the certificate name in IIS
Appcmd set site /site.name:"sitename" /+bindings.[protocol='https',bindingInformation='*:443:certname]
Where:
- sitename = the site's name in IIS
- certname = the certificate name in IIS
Comments
Post a Comment