Trust the ASP.NET Core HTTPS development certificate on macOS

By | November 27, 2018

Installing the .NET Core SDK installs the ASP.NET Core HTTPS development certificate to the local user certificate store.

The certificate has been installed, but it’s not trusted.

To trust the certificate perform the one-time step to run the dotnet dev-certs tool:

console
dotnet dev-certs https --trust

Leave a Reply

Your email address will not be published. Required fields are marked *