cmdeploy: add acme_email config value

This commit is contained in:
Keonik1
2025-10-08 11:46:15 +02:00
committed by missytake
parent 0ed7c360a9
commit 65c0bf13f2
4 changed files with 8 additions and 0 deletions

View File

@@ -727,6 +727,7 @@ def deploy_chatmail(config_path: Path, disable_mail: bool) -> None:
# Deploy acmetool to have TLS certificates.
tls_domains = [mail_domain, f"mta-sts.{mail_domain}", f"www.{mail_domain}"]
deploy_acmetool(
email=config.acme_email,
domains=tls_domains,
)