Skip to content

[Question] How to add Custom CA? #278

@farmboy-dev

Description

@farmboy-dev

I'm trying to add a custom CA, but keep getting x509 cert error.
I would appreciate it if you could let me know

Image Image
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions