Requirement
Add colon support to the #365 specification. Specifically, because some environments do not allow the use of colons in environment variables, the colon in the argument is converted to two underscores to be used.
dotnet user-secrets -p Core.ssl.csproj set Kestrel:Certificates:Default:Password” “seigi@123”
↓ ↓ ↓
ASPNETCORE_Kestrel__Certificates__Default__Password=seigi@123
Requirement
Add colon support to the #365 specification. Specifically, because some environments do not allow the use of colons in environment variables, the colon in the argument is converted to two underscores to be used.
↓ ↓ ↓
向け基本のキ - ecbeing labs(イーシービーイング・ラボ)
https://blog.ecbeing.tech/entry/2020/03/16/114500