fix(cert_manager): indicate no email in certbot

This commit is contained in:
2026-06-03 00:12:03 +02:00
parent cc3bd48ddf
commit fa0fab0f15
+1
View File
@@ -161,6 +161,7 @@ class CertManager:
"certonly",
"--non-interactive",
"--agree-tos",
"--register-unsafely-without-email",
"--webroot",
"--webroot-path",
self.certbot_www,