diff options
| -rwxr-xr-x | renew-all | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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"], |
