From 9eaaa94a4b415e931b3793b85970c3c71daab078 Mon Sep 17 00:00:00 2001 From: Linden Crandall Date: Tue, 11 Feb 2025 16:00:47 +0000 Subject: [PATCH] Update Production HTTPS Setup --- Production-HTTPS-Setup.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Production-HTTPS-Setup.md b/Production-HTTPS-Setup.md index 0b0b905..538789d 100644 --- a/Production-HTTPS-Setup.md +++ b/Production-HTTPS-Setup.md @@ -97,7 +97,11 @@ certbot-1 | Key is saved at: /etc/letsencrypt/live/automatisch.lasthou certbot-1 | This certificate expires on 2025-05-09. certbot-1 | These files will be updated when the certificate renews. ``` -- After this completes, stop the containers `ctrl+c` +- After the containers are built and you see this line: +``` +main-1 | 2025-02-11 15:58:06:586 [info]: Server is listening on http://automatisch.lasthourhosting.org:7757 +``` +stop the containers: `ctrl+c` - There should be a new /certbot folder created at the project root, and the cert and key `.pem` files should be created at `/etc/letsencrypt/live` - Give `lasthour` user and group access to the `/certbot` folder: ```