1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-16 17:47:23 +01:00

Automatically agree to ToS on SSL provision

This commit is contained in:
David Duque
2020-06-12 09:27:08 +01:00
parent 8ca58798e4
commit d01069f7f2
2 changed files with 2 additions and 0 deletions

View File

@@ -320,6 +320,7 @@ def provision_certificates(env, limit_domains):
"certonly",
#"-v", # just enough to see ACME errors
"--non-interactive", # will fail if user hasn't registered during Mail-in-a-Box setup
"--agree-tos", # Automatically agrees to Let's Encrypt TOS
"-d", ",".join(domain_list), # first will be main domain