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
+5
View File
@@ -32,3 +32,8 @@ variable "rustdesk_public_key" {
description = "Rustdesk public key"
type = string
}
variable "mail_crypt_public_key" {
description = "Mailcrypt public key"
type = string
}