Add certificate for mailcow to acme.sh

This commit is contained in:
Tobias Reisinger 2026-04-06 00:38:50 +02:00
parent 45238e045a
commit e6f4f96339
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 10 additions and 1 deletions

View file

@ -479,6 +479,13 @@ services = {
type = "firewall"
}
]
certificates = [{
domain = "mail.serguzim.me"
hook = "mailcow"
parameters = {
DEPLOY_MAILCOW_PATH = "/opt/mailcow-dockerized"
}
}]
auth = false
database = false
},