fix: certbot command

This commit is contained in:
2026-04-13 00:34:59 +02:00
parent 39f3864343
commit 086a79316f
+1
View File
@@ -142,6 +142,7 @@ class CertManager:
subprocess.check_output( subprocess.check_output(
[ [
self.__get_certbot_bin(), self.__get_certbot_bin(),
"certonly",
"--non-interactive", "--non-interactive",
"--agree-tos", "--agree-tos",
"--webroot", "--webroot",