fix(cert_manager): indicate no email in certbot
This commit is contained in:
@@ -161,6 +161,7 @@ class CertManager:
|
||||
"certonly",
|
||||
"--non-interactive",
|
||||
"--agree-tos",
|
||||
"--register-unsafely-without-email",
|
||||
"--webroot",
|
||||
"--webroot-path",
|
||||
self.certbot_www,
|
||||
|
||||
Reference in New Issue
Block a user