Created
April 9, 2025 09:18
-
-
Save tormath1/3017152022de6e9e584eb0a1a34bb3fc to your computer and use it in GitHub Desktop.
custom ca certifcates Ignition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"ignition": { | |
"config": { | |
"replace": { | |
"source": "https://example.com/sample.ign" | |
} | |
}, | |
"security": { | |
"tls": { | |
"certificateAuthorities": [ | |
{ | |
"source": "https://example.com/source1" | |
} | |
] | |
} | |
}, | |
"version": "3.4.0" | |
} | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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