AspNetCore.Docs/aspnetcore/includes/trustCertVSC.md

922 B

no-loc
Home
Privacy
Kestrel
appsettings.json
ASP.NET Core Identity
cookie
Cookie
Blazor
Blazor Server
Blazor WebAssembly
Identity
Let's Encrypt
Razor
SignalR
  • Trust the HTTPS development certificate by running the following command:

    dotnet dev-certs https --trust
    

    The preceding command doesn't work on Linux. See your Linux distribution's documentation for trusting a certificate.

    The preceding command displays the following dialog, provided the certificate was not previously trusted:

    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.

[!INCLUDEtrust FF]