From 086a79316f092330843a916d9d38eb631483a92e Mon Sep 17 00:00:00 2001 From: klemek Date: Mon, 13 Apr 2026 00:34:59 +0200 Subject: [PATCH] fix: certbot command --- src/cert.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cert.py b/src/cert.py index e41d891..d5fb6be 100644 --- a/src/cert.py +++ b/src/cert.py @@ -142,6 +142,7 @@ class CertManager: subprocess.check_output( [ self.__get_certbot_bin(), + "certonly", "--non-interactive", "--agree-tos", "--webroot",