Skip to content

Instantly share code, notes, and snippets.

@tormath1
Created April 9, 2025 09:18
Show Gist options
  • Save tormath1/3017152022de6e9e584eb0a1a34bb3fc to your computer and use it in GitHub Desktop.
Save tormath1/3017152022de6e9e584eb0a1a34bb3fc to your computer and use it in GitHub Desktop.
custom ca certifcates Ignition
{
"ignition": {
"config": {
"replace": {
"source": "https://example.com/sample.ign"
}
},
"security": {
"tls": {
"certificateAuthorities": [
{
"source": "https://example.com/source1"
}
]
}
},
"version": "3.4.0"
}
}
# butane configuration
# butane < config.yaml > config.json
variant: flatcar
version: 1.1.0
ignition:
config:
replace:
source: https://example.com/sample.ign
security:
tls:
certificate_authorities:
- source: https://example.com/source1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment