aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/curl.go
diff options
context:
space:
mode:
authorOphestra <cat@gensokyo.uk>2026-02-06 20:41:58 +0900
committerOphestra <cat@gensokyo.uk>2026-02-06 20:41:58 +0900
commitf9b69c94bccc90e9dcf78c901a277c5fcddb679b (patch)
tree614d06cc6b4d7caa7b7e3a024a6d0443b94a93b7 /internal/rosa/curl.go
parent68aefa6d59e0e7f55fb1abb383b2fffbf4ef0944 (diff)
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>
Diffstat (limited to 'internal/rosa/curl.go')
-rw-r--r--internal/rosa/curl.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/rosa/curl.go b/internal/rosa/curl.go
index ae53885f..c2022ca1 100644
--- a/internal/rosa/curl.go
+++ b/internal/rosa/curl.go
@@ -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)"