internal/rosa/ssl: prefix CA paths

This makes prefixes consistent with everything else since this will end up in the final Rosa OS image.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-02-06 20:41:58 +09:00
parent 68aefa6d59
commit f9b69c94bc
2 changed files with 7 additions and 6 deletions

View File

@@ -17,6 +17,7 @@ func (t Toolchain) newCurl() pkg.Artifact {
},
Configure: [][2]string{
{"with-openssl"},
{"with-ca-bundle", "/system/etc/ssl/certs/ca-bundle.crt"},
},
ScriptConfigured: `
make "-j$(nproc)"