From b052fd9a2f5c26d75002233715e0c08e7b1cb04f Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 11 Feb 2025 00:43:13 +0000 Subject: [PATCH] Update Production HTTPS Setup --- Production-HTTPS-Setup.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 6ff512a..94a0694 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -63,7 +63,10 @@ IPV6_SUBNET=2001:db8:2::/64 # - ./https/certs/${SSL_SELF_SIGNED_KEY}:/etc/nginx/certs/${SSL_SELF_SIGNED_KEY}:ro # - ./https/nginx/automatisch_self_signed_nginx.conf:/etc/nginx/conf.d/ ``` -- Replace the with the DNS in the `.env` file and save before continuing: +- Edit the `automatisch_letsencrypt_nginx.conf` file and replace `` with the domain name (i.e. `automatisch.lasthourhosting.org`)and save before continuing: +``` +sudo nano https/nginx/automatisch_letsencrypt_nginx.conf +``` ``` # initial nginx conf file needed when running certbot container the first time to generate ssl certs # replace with your DNS i.e.automatisch.lasthourhosting.org