Skip to content

Commit a5fae84

Browse files
committed
Update placeholder
1 parent deb9197 commit a5fae84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/run-aspnetcore-https-development.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Initialize user secrets for your app, and set the certificate password:
4848
```console
4949
cd samples/aspnetapp
5050
dotnet user-secrets init -p aspnetapp/aspnetapp.csproj
51-
dotnet user-secrets -p aspnetapp/aspnetapp.csproj set "Kestrel:Certificates:Default:Password" "<`"CREDENTIAL" "PLACEHOLDER`>"
51+
dotnet user-secrets -p aspnetapp/aspnetapp.csproj set "Kestrel:Certificates:Default:Password" $CREDENTIAL_PLACEHOLDER
5252
```
5353

5454
Since initializing user-secrets modified the project file, re-build the sample image:

0 commit comments

Comments
 (0)