AspNetCore.Docs/aspnetcore/includes/trustCertMac.md

11 lines
626 B
Markdown
Raw Normal View History

Visual Studio for Mac displays a dialog with the following message:
*This project is configured to use SSL. To avoid SSL warnings in the browser you can choose to trust the self-signed certificate. Would you like to trust the IIS Express SSL certificate?*
Select **Yes** and the following dialog is displayed:
![Security warning dialog](~/getting-started/_static/cert.png)
Select **Yes** if you agree to trust the development certificate.
See [Trust the ASP.NET Core HTTPS development certificate](xref:security/enforcing-ssl#trust-the-aspnet-core-https-development-certificate-on-windows-and-macos) for more information.