Skip to content

Instantly share code, notes, and snippets.

@PradeepLoganathan
Created February 2, 2020 12:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PradeepLoganathan/4fe73643a3361520b65cbba97fb8363b to your computer and use it in GitHub Desktop.
Save PradeepLoganathan/4fe73643a3361520b65cbba97fb8363b to your computer and use it in GitHub Desktop.
environment file for https redirection and certificates
ASPNETCORE_ENVIRONMENT=PreProd
ASPNETCORE_URLS=https://*:5001
ASPNETCORE_Kestrel__Certificates__Default__Password=<certificate_password>
ASPNETCORE_Kestrel__Certificates__Default__Path=/root/.dotnet/https/certificate.pfx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment