Fix #14776 It is dev-certs, not devcerts (#14786)

pull/14793/head
donhuvy 2019-10-03 19:11:24 +07:00 committed by Luke Latham
parent 5efff1c406
commit 7cea430342
1 changed files with 2 additions and 2 deletions

View File

@ -368,8 +368,8 @@ This section provides help when the ASP.NET Core HTTPS development certificate h
Run the following commands:
```dotnetcli
dotnet devcerts https --clean
dotnet devcerts https --trust
dotnet dev-certs https --clean
dotnet dev-certs https --trust
```
Close any browser instances open. Open a new browser window to app. Certificate trust is cached by browsers.