feat(sftpgo): add TLS support and internal certificate management
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user