Update enforcing-ssl.md (#22205)

pull/22187/head
Rick Anderson 2021-05-06 09:43:09 +10:00 committed by GitHub
parent 064e2ae9f7
commit 0ce2e2bf00
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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***: * Export the developer certificate to a file on ***Windows***:
``` ```
dotnet dev-certs https --ep C:\<<path-to-folder>>\aspnetcore.pfx -p $CREDENTIAL_PLACEHOLDER$ dotnet dev-certs https -ep C:\<<path-to-folder>>\aspnetcore.pfx -p $CREDENTIAL_PLACEHOLDER$
``` ```
Where `$CREDENTIAL_PLACEHOLDER$` is a password. Where `$CREDENTIAL_PLACEHOLDER$` is a password.