Reputation: 23
The .Net Core 2.0 Microsoft documentation for the HttpListner has a note stating that you can associate a server certificate with a port using the HttpCfg.exe program shipped with Windows Server 2003.
I'm looking for a way to bind a server certificate to a HttpListener port on Ubuntu Linux.
Upvotes: 2
Views: 1248
Reputation: 58
You can't do that for now because this feature (HTTPS support for unix) implementation is planned for 2.1.0 milestone. See issue on github
Upvotes: 1