aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/curl.go
diff options
context:
space:
mode:
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)"