Skip to content

Commit 29372ad

Browse files
SFI docker-compose-https.md (#35308)
1 parent a514f98 commit 29372ad

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aspnetcore/security/docker-compose-https.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ services:
7676
environment:
7777
- ASPNETCORE_ENVIRONMENT=Development
7878
- ASPNETCORE_URLS=https://+:443;http://+:80
79-
- ASPNETCORE_Kestrel__Certificates__Default__Password=password
79+
- ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
8080
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx
8181
volumes:
8282
- ~/.aspnet/https:/https:ro
@@ -116,7 +116,7 @@ services:
116116
environment:
117117
- ASPNETCORE_ENVIRONMENT=Development
118118
- ASPNETCORE_URLS=https://+:443;http://+:80
119-
- ASPNETCORE_Kestrel__Certificates__Default__Password=password
119+
- ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
120120
- ASPNETCORE_Kestrel__Certificates__Default__Path=/https/aspnetapp.pfx
121121
volumes:
122122
- ~/.aspnet/https:/https:ro
@@ -154,7 +154,7 @@ services:
154154
environment:
155155
- ASPNETCORE_ENVIRONMENT=Development
156156
- ASPNETCORE_URLS=https://+:443;http://+:80
157-
- ASPNETCORE_Kestrel__Certificates__Default__Password=password
157+
- ASPNETCORE_Kestrel__Certificates__Default__Password=-\0pw-
158158
- ASPNETCORE_Kestrel__Certificates__Default__Path=C:\https\aspnetapp.pfx
159159
volumes:
160160
- ${USERPROFILE}\.aspnet\https:C:\https:ro

0 commit comments

Comments
 (0)