From a492ce2fdab6c3d87eaf6414ea20b6a289918206 Mon Sep 17 00:00:00 2001 From: drifty Date: Thu, 16 Jan 2025 12:38:36 +0530 Subject: [PATCH] Update tls.sh --- docker-compose-files/ergo/tls.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/docker-compose-files/ergo/tls.sh b/docker-compose-files/ergo/tls.sh index 56349da..a931987 100644 --- a/docker-compose-files/ergo/tls.sh +++ b/docker-compose-files/ergo/tls.sh @@ -8,4 +8,5 @@ cd /path/to/ergo docker compose up -d # curl -m 10 --retry 5 https://hc-ping.com/ # the above is for healthchecks.io monitoring +# this script assumes you've configured the TLS certificates to auto renew every 3 months using cert-bot or some other utility # set this in cron like this 24 1 17 2,5,8,11 * sudo bash /path/to/tls.sh