Problems running/configure self hosted console application (ASP.net core 2.1, Kestrel) with public certificate on a windows webserver
问题 I have developed various webservices in the past (VB ASP.net web-api applications) with https for production. I have done the development with http and then setup https on the production servers. To setup a port on the production server for https and the certificate, I have: Imported a public certificate in the certificate store on the windows server configured a specific port for https with netsh. E.g: netsh http add urlacl url=https://+:22224/ user=everyone bound the certificate (over the