| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [View Raw Code] [Original HTTPS Page] |
ASP.NET Core uses HTTPS by default. HTTPS relies on certificates for trust, identity, and encryption.
See Hosting ASP.NET Core images with Docker over HTTPS for HTTPS scenarios
The instructions show how to bind-mount certificates into containers. We recommend certificates NOT be added into the image with a COPY command in a Dockerfile for the following reasons:
| Back | FazBrowse Home | New Git URL |