Fix let's encrypt autosetup

This is just to match the Thruster expected environment variable so SSL certificates are created with Let's Encrypt.
This commit is contained in:
Rafael Santos
2025-09-14 23:33:06 +12:00
committed by GitHub
parent 3d0a10dbdd
commit 62131982b3
+1 -1
View File
@@ -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