Trust .NET Core Dev Certificates

07 October 2020

Contents

    When developing .NET Core web applications with HTTPS, to simplifiy your experience and avoid browser warnings you can trust the .NET Core dev certs on your local device with the followning commands:

    dotnet dev-certs https --clean
    dotnet dev-certs https --trust