AspNetCore.Docs/aspnetcore/includes/trustCertVS.md

16 lines
821 B
Markdown

---
no-loc: [Home, Privacy, Kestrel, appsettings.json, "ASP.NET Core Identity", cookie, Cookie, Blazor, "Blazor Server", "Blazor WebAssembly", "Identity", "Let's Encrypt", Razor, SignalR]
---
Visual Studio displays the following dialog when a project is not yet configured to use SSL:
![This project is configured to use SSL. To avoid SSL warnings in the browser you can choose to trust the self-signed certificate that IIS Express has generated. Would you like to trust the IIS Express SSL certificate?](~/getting-started/_static/trustCert.png)
Select **Yes** if you trust the IIS Express SSL certificate.
The following dialog is displayed:
![Security warning dialog](~/getting-started/_static/cert.png)
Select **Yes** if you agree to trust the development certificate.
[!INCLUDE[trust FF](~/includes/trust-ff.md)]