Add certificate for mailcow to acme.sh
This commit is contained in:
parent
45238e045a
commit
e6f4f96339
2 changed files with 10 additions and 1 deletions
|
|
@ -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
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue