Update enforcing-ssl.md (#14653)
Corrected `dotnet dev-certs` typo. It was missing the hyphenpull/14660/head
parent
0a52411ea1
commit
7e69904da8
|
@ -389,8 +389,8 @@ The preceding commands solve most browser trust issues. If the browser is still
|
||||||
* Run the following commands:
|
* Run the following commands:
|
||||||
|
|
||||||
```dotnetcli
|
```dotnetcli
|
||||||
dotnet devcerts https --clean
|
dotnet dev-certs https --clean
|
||||||
dotnet devcerts https --trust
|
dotnet dev-certs https --trust
|
||||||
```
|
```
|
||||||
|
|
||||||
Close any browser instances open. Open a new browser window to app.
|
Close any browser instances open. Open a new browser window to app.
|
||||||
|
|
Loading…
Reference in New Issue