PreviousNext

Customizing ASP.​NET Core Part 04: HTTPS

by JuergenGutsch, 2018-10-01T18:17:03.924Z

HTTPS is on by default now and a first class feature. On Windows the certificate which is needed to enable HTTPS is loaded from the windows certificate store. If you create a project on Linux and Mac the certificate is loaded from a certificate file.

Read More