Trust the ASP.NET Core HTTPS development certificate on macOS
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