From 0ce2e2bf00265a0d9ad04ceeffaaa2fb2c0ca9fa Mon Sep 17 00:00:00 2001 From: Rick Anderson <3605364+Rick-Anderson@users.noreply.github.com> Date: Thu, 6 May 2021 09:43:09 +1000 Subject: [PATCH] Update enforcing-ssl.md (#22205) --- aspnetcore/security/enforcing-ssl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetcore/security/enforcing-ssl.md b/aspnetcore/security/enforcing-ssl.md index d2efeb48c6..39ed79c65d 100644 --- a/aspnetcore/security/enforcing-ssl.md +++ b/aspnetcore/security/enforcing-ssl.md @@ -469,7 +469,7 @@ The [Windows Subsystem for Linux (WSL)](/windows/wsl/about) generates an HTTPS s * Export the developer certificate to a file on ***Windows***: ``` - dotnet dev-certs https --ep C:\<>\aspnetcore.pfx -p $CREDENTIAL_PLACEHOLDER$ + dotnet dev-certs https -ep C:\<>\aspnetcore.pfx -p $CREDENTIAL_PLACEHOLDER$ ``` Where `$CREDENTIAL_PLACEHOLDER$` is a password.