使用 owin 自托管网站设置主机名绑定和 https,无需 iis

Set Hostname binding and https with owin selfhosted website, WITHOUT iis

如何绑定主机名?
简而言之:我需要一个没有 iis 的自托管网站:

我找到了如何绑定证书,但没有找到如何绑定主机名。

netsh.exe http add sslcert ipport=0.0.0.0:82 certstorename=Root certhash=... appid={12345678-db90-4b66-8b01-88f7af2e36bf}

使用 netsh http 添加 sslcert 主机名端口="yoursite.com:443" ... 如此处所述https://weblog.west-wind.com/posts/2016/Jun/23/Use-Powershell-to-bind-SSL-Certificates-to-an-IIS-Host-Header-Site