summaryrefslogtreecommitdiff
path: root/renew-all
diff options
context:
space:
mode:
Diffstat (limited to 'renew-all')
-rwxr-xr-xrenew-all3
1 files changed, 3 insertions, 0 deletions
diff --git a/renew-all b/renew-all
index 7be893e..bc6ac34 100755
--- a/renew-all
+++ b/renew-all
@@ -5,6 +5,7 @@
import argparse
import logging
+import os
import subprocess
import tomllib
@@ -44,6 +45,8 @@ def main() -> None:
command = (
[
"lego",
+ "--path",
+ os.path.expanduser("~/.lego"),
"--accept-tos",
"--email",
config["acme_email"],