From 7e69904da81ca81b0fa82ce6abbf83a45b22b3db Mon Sep 17 00:00:00 2001 From: Shaun Rust <46562408+rusty-1-shaun@users.noreply.github.com> Date: Fri, 27 Sep 2019 07:57:26 +0200 Subject: [PATCH] Update enforcing-ssl.md (#14653) Corrected `dotnet dev-certs` typo. It was missing the hyphen --- aspnetcore/security/enforcing-ssl.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index a3f1a29178..0727b710fa 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -389,8 +389,8 @@ The preceding commands solve most browser trust issues. If the browser is still * 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.