15 lines
509 B
Markdown
15 lines
509 B
Markdown
* Trust the HTTPS development certificate by running the following command:
|
|
|
|
```console
|
|
dotnet dev-certs https --trust
|
|
```
|
|
|
|
The preceding command displays the following dialog:
|
|
|
|
![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.
|
|
|