summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrenew-all2
1 files changed, 2 insertions, 0 deletions
diff --git a/renew-all b/renew-all
index af6f157..05510fa 100755
--- a/renew-all
+++ b/renew-all
@@ -43,6 +43,8 @@ def main() -> None:
+ [
"renew",
"--reuse-key",
+ "--days",
+ str(domain["renew_days"]),
"--renew-hook",
domain[f"renew_script_{args.env}"],
]