Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 476 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 476 Bytes

Docker Image for SimpleLogin Nginx

Nginx image running as non-root user 'nginx', with Certbot certificate update, tailor-made for SimpleLogin.

The Chicken or the Egg?

There is a tricky part running cerbot within nginx container: Nginx is needed to perform the Let’s Encrypt validation, but nginx won’t start if the certificates are missing... => initial nginx startup without ssl, and reload with ssl enabled after certificates generation