From 62131982b3d03a099f6a255d6519371fb4357678 Mon Sep 17 00:00:00 2001 From: Rafael Santos Date: Sun, 14 Sep 2025 23:33:06 +1200 Subject: [PATCH] Fix let's encrypt autosetup This is just to match the Thruster expected environment variable so SSL certificates are created with Let's Encrypt. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9c50886..26dbc7f 100644 --- a/README.md +++ b/README.md @@ -49,5 +49,5 @@ For example: --env SECRET_KEY_BASE=$YOUR_SECRET_KEY_BASE \ --env VAPID_PUBLIC_KEY=$YOUR_PUBLIC_KEY \ --env VAPID_PRIVATE_KEY=$YOUR_PRIVATE_KEY \ - --env SSL_DOMAIN=chat.example.com \ + --env TLS_DOMAIN=chat.example.com \ campfire