Can you tell me if it is possible or not to assign an SSL certificate to a website in IIS7 using the APPCMD application?
I know the command to set the HTTPS binding
appcmd set site /site.name:"A Site" /+bindings.[protocol='https',bindingInformation='*:443:www.mysite.com']
and how to get current mappings
%windir%\system32\inetsrv\Appcmd
but cannot find a way to map the site to a certificate (e.g. hash certificates)
ssl iis iis-7 ssl-certificate appcmd
David Christiansen Feb 26 '09 at 17:37 2009-02-26 17:37
source share