Deploying .NET containers in Docker
When moving an ASP.NET Core API to Docker, I ran into unexpected issues with HTTPS certificates and Kestrel on Linux. This article documents the problem, the investigation process, and the final solution that allowed me to build a secure and portable container image.