From 12fdf637c97789e790926dc3357fc6b71fddf3e3 Mon Sep 17 00:00:00 2001 From: Philip Henning Date: Tue, 19 Nov 2024 13:20:15 +0100 Subject: [PATCH] fix cert renew script --- scripts/cert_renew.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/cert_renew.sh b/scripts/cert_renew.sh index 77b5e9b..9a4d3da 100755 --- a/scripts/cert_renew.sh +++ b/scripts/cert_renew.sh @@ -6,7 +6,7 @@ cd "$(dirname "$(realpath "$0")")/../" lego \ --path ./data/.lego \ --email="acme@base23.de" \ - --domains="sso.base23.de" + --domains="sso.base23.de" \ --http.webroot="./data/nginx/acme" \ --http renew \ --renew-hook="./scripts/cert_renew_hook.sh"