Skip to content

Instantly share code, notes, and snippets.

View alexandre-spieser's full-sized avatar
🚀
Focusing

Alexandre SPIESER alexandre-spieser

🚀
Focusing
  • London
View GitHub Profile
@dahlsailrunner
dahlsailrunner / SSL-nginx-Docker.md
Last active June 4, 2024 16:40
SSL with Docker images using nginx as reverse proxy

Docker with SSL and an nginx reverse proxy

Running your ASP.NET Core (or other) application in Docker using SSL should not be an overwhelming task. These steps should do the trick.

Run the following steps from a Linux terminal (I used WSL or WSL2 on Windows from the Windows Terminal).

1. Create a conf file with information about the cert you'll be creating

It should look something like the content below; call it my-site.conf or something like that.

Deployment steps for this blog post:
http://kearon.blogspot.co.uk/2015/01/installing-service-using-topshelf-with.html