Replace lego with acme_sh

This commit is contained in:
Tobias Reisinger 2026-03-28 20:21:42 +01:00
parent 82f65d396f
commit 0237271b65
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
24 changed files with 176 additions and 247 deletions

View file

@ -161,7 +161,11 @@ variable "services" {
protocol = string
type = string
})))
certificates = optional(list(string))
certificates = optional(list(object({
domain = string
hook = string
parameters = map(string)
})))
auth = bool
auth_cert = optional(string)
auth_redirects = optional(list(string))