Add mail cryptography support: create secrets for cryptographic keys, update Dovecot configuration, and remove unused vault file

This commit is contained in:
2025-03-23 22:05:34 +01:00
parent 6168afdc32
commit 5083580d43
6 changed files with 46 additions and 1 deletions
+6
View File
@@ -75,3 +75,9 @@ variable "alexpires_me_email_password" {
type = string
sensitive = true
}
variable "mail_crypt_private_key" {
description = "Mailcrypt private key"
type = string
sensitive = true
}