From a145684f0a556820a183db45d27e9b2dc715f056 Mon Sep 17 00:00:00 2001 From: Anders Betts Date: Thu, 17 Sep 2026 21:31:17 +0200 Subject: certs: use lego v5 run subcommand flags --- compose.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose.yaml b/compose.yaml index 5f824c0..41d1562 100644 --- a/compose.yaml +++ b/compose.yaml @@ -29,8 +29,8 @@ services: - | while :; do if [ -n "$INWX_USERNAME" ] && [ -n "$INWX_PASSWORD" ]; then - /lego --path=/certs --email="$LEGO_EMAIL" --dns=inwx \ - --domains="$LEGO_DOMAIN" --accept-tos run --days 30 || true + /lego run --path=/certs --email="$LEGO_EMAIL" --dns=inwx \ + --domains="$LEGO_DOMAIN" --accept-tos --renew-days=30 || true chown -R 10001:10001 /certs || true else echo "certs: set INWX_USERNAME and INWX_PASSWORD in .env" -- cgit v1.3