The upgrade to .NET/ASP.NET Core 8.0 in v2.1 caused SSL certificate bindings to stop working due to the change in default web server. This maintenance release re-enables this using Kestrel's support for the Windows certificate store.
- #73 - Load certificates from
LocalMachine\My
when serving HTTPS on Windows (@nblumhardt)