Created
September 23, 2018 09:23
-
-
Save goyalmohit/c27fc71d1717bfcc4f0910639b3d1a1b to your computer and use it in GitHub Desktop.
Dockerfile Sample for Mapping Krestel with SSL Certificate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
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