set default cert path for curl

This commit is contained in:
Timmy Welch 2023-05-05 18:17:38 -07:00
parent b8eefd0435
commit 4f0e0c7d80
No known key found for this signature in database

View File

@ -4,7 +4,7 @@ CURL_URL := https://github.com/curl/curl/releases/download/curl-$(subst .,_,$(CU
CURL_PROGRAMS := curl
CURL_LIBRARIES := libcurl.a
CURL_CONFIG =
CURL_CONFIG = --with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
# WolfSSL results in a much smaller binary (around 1MB).
# The only reason you'd use OpenSSL here is if you already