Skip to content

Commit

Permalink
Update function setup_ca_certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Aug 1, 2024
1 parent 961e231 commit 95cd237
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions devel/scripts/env_vars.sh
Original file line number Diff line number Diff line change
Expand Up @@ -144,4 +144,7 @@ function setup_ca_certificate() {

# curl
export CURL_CA_BUNDLE="${cacert}"

# openssl
export SSL_CERT_FILE="${cacert}"
}

0 comments on commit 95cd237

Please sign in to comment.