feat(mail): add stunnel support for Dovecot and Postfix with configuration and certificate management

This commit is contained in:
2025-05-10 15:37:00 +02:00
parent a0ac55e746
commit 5d2f50feb9
10 changed files with 168 additions and 20 deletions
+12
View File
@@ -80,3 +80,15 @@ variable "mail_crypt_public_key" {
type = string
sensitive = true
}
variable "issuer" {
description = "The issuer for the internal certificate"
type = string
default = "internal-ca"
}
variable "ca_pem" {
description = "The CA PEM certificate"
type = string
sensitive = true
}