AspNetCore.Docs/aspnetcore/includes/trustCertVSC.md

489 B

Trust the HTTPS development certificate by running the following command:

dotnet dev-certs https --trust

The preceding command displays the following dialog:

Security warning dialog

Select Yes if you agree to trust the development certificate.

See Trust the ASP.NET Core HTTPS development certificate for more information.