Skip to content

Instantly share code, notes, and snippets.

@goyalmohit
Created September 23, 2018 09:23
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 goyalmohit/c27fc71d1717bfcc4f0910639b3d1a1b to your computer and use it in GitHub Desktop.
Save goyalmohit/c27fc71d1717bfcc4f0910639b3d1a1b to your computer and use it in GitHub Desktop.
Dockerfile Sample for Mapping Krestel with SSL Certificate
...
ENV ASPNETCORE_URLS="https://+;http://+"
ENV ASPNETCORE_Kestrel__Certificates__Default__Password="YourSecurePassword"
ENV ASPNETCORE_Kestrel__Certificates__Default__Path="my_web_domain.pfx"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment