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.