You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NET6.md
+17-15Lines changed: 17 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# TODO
2
-
1. update refresh token flow in webapi, hard code now
3
-
2. error when do checkout, double-check for saleapp
4
-
3. scale rule with http concurrency (10)
5
-
4. Traffic spliting (modify web to add rating and split traffic 50/50)
2
+
1. error when do checkout, double-check for saleapp (we might add Azure Service Bus for pubsub)
3
+
2. scale rule with http concurrency (10)
4
+
3. Traffic spliting (modify web to add rating and split traffic 50/50)
6
5
7
6
# APIs
8
7
@@ -81,16 +80,25 @@
81
80
- POST: cron-complete-order
82
81
- Request: CompleteOrderQuery (TODO: Command)
83
82
83
+
# Get starting
84
84
85
-
## ASP.NET Core Cert with docker-compose
85
+
## docker-compose
86
+
87
+
- Because dev cert isn't working in docker-compose env, so we need to generate the cert just like https://github.com/thangchung/Sample-Docker-Https, and maps it into docker-compose volume
88
+
89
+
You need to copy the cert at `src/dotnet/certs/localhost.pfx` into `~/.aspnet/https` so that you can map the cert in local path into docker path when run `docker compose -f docker-compose.yml -f docker-compose.override.yml up -d`
90
+
91
+
See more about this issue at https://github.com/MicrosoftDocs/visualstudio-docs/issues/5733
92
+
93
+
## tye
86
94
87
95
```bash
88
96
> dotnet dev-certs https -ep aspnetapp.pfx -p P@ssw0rd # then save it to %USERPROFILE%\.aspnet\https
0 commit comments