Skip to content

bh2302/https-aspnet-core-docker-deep-dive

 
 

Repository files navigation

HTTPS in ASP.NET Core in Docker Linux Containers Deep Dive

This is the demo content for the HTTPS in ASP.NET Core in Docker Linux Containers Deep Dive presentation.

The demos illustrate:

  1. ASP.NET with HTTPS without Docker
  2. Add Docker support to the sites, no https
  3. Add the build sdk's dev cert to the runtime container
  4. Copy the host's dev cert into the runtime container
  5. Trust the dev cert
  6. A dizzying amount of openssl commands and dockerfiles -- too complex, abort
  7. mkcert makes this easier

Releases

No releases published

Packages

No packages published

Languages

  • C# 72.6%
  • HTML 18.2%
  • Dockerfile 4.9%
  • CSS 3.7%
  • JavaScript 0.6%