Replace lego with acme_sh
This commit is contained in:
parent
82f65d396f
commit
0237271b65
24 changed files with 176 additions and 247 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue