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