
This week I decided to modify the sample of my previous post: Step by step: Scale ASP.NET Core with Docker Swarmso you can add TLS to your ASP.NET Core applications and Dockerize it.
Let’s see how I changed the application in order to make it work:
1. Add HTTPS support for Kestrel I added the following line to …