feat(sftpgo): add TLS support and internal certificate management

This commit is contained in:
2025-05-08 22:36:47 +02:00
parent 4d4f085c3e
commit 9de7d52192
12 changed files with 285 additions and 116 deletions
+11
View File
@@ -71,3 +71,14 @@ variable "sftpgo_admin_password" {
sensitive = true
}
variable "root_ca_pem" {
description = "Root CA PEM"
type = string
sensitive = true
}
variable "root_ca_key" {
description = "Root CA Key"
type = string
sensitive = true
}