From fa0fab0f15878a4ed0d45dfb6d7404ab43474300 Mon Sep 17 00:00:00 2001 From: klemek Date: Wed, 3 Jun 2026 00:12:03 +0200 Subject: [PATCH] fix(cert_manager): indicate no email in certbot --- stapler/cert_manager.py | 1 + 1 file changed, 1 insertion(+) diff --git a/stapler/cert_manager.py b/stapler/cert_manager.py index e0513a6..42109d4 100644 --- a/stapler/cert_manager.py +++ b/stapler/cert_manager.py @@ -161,6 +161,7 @@ class CertManager: "certonly", "--non-interactive", "--agree-tos", + "--register-unsafely-without-email", "--webroot", "--webroot-path", self.certbot_www,