-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Description
I'm trying to add a custom CA, but keep getting x509 cert error.
I would appreciate it if you could let me know
variable "control_machine_config_patches" {
description = "List of YAML patches to apply to the control machine configuration"
type = list(string)
default = [
<<EOT
machine:
certSANs:
- 172.16.200.201 # Load balancer
install:
disk: "/dev/vda"
files:
- content: |
-----BEGIN CERTIFICATE-----
....
-----END CERTIFICATE-----
permissions: 0644
path: /etc/ssl/certs/ca-certificates
op: append
EOT
]
}
Metadata
Metadata
Assignees
Labels
No labels