We currently use appcmd.exe to create IIS websites on the fly with the necessary http/https bindings, e.g.
appcmd add site /name:www.example.com /bindings:"http://www.example.com:80","https://www.example.com:443" /physicalPath:"c:\sites\www.example.com"
Is there a way to tell the https binding to use SNI?
We're using IIS8.5 / Windows 2012 R2