From 7cea430342b683d9f185f4e51c3ab01eab6c7f56 Mon Sep 17 00:00:00 2001 From: donhuvy Date: Thu, 3 Oct 2019 19:11:24 +0700 Subject: [PATCH] Fix #14776 It is dev-certs, not devcerts (#14786) --- 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 0727b710fa..2328a26e68 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -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.