Skip to main content

openssl

Step by step: Expose ASP.NET Core over HTTPS with Docker
·442 words·3 mins
azure dotnet aspnetcore docker https Kestrel openssl
This week I decided to modify the sample of my previous post: Step by step: Scale ASP.NET Core with Docker Swarm so 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: Add HTTPS support for Kestrel # I added the following line to the dependencies in the project.json file.