diff --git a/shell/ssl b/shell/ssl new file mode 100755 index 0000000..573bbaf --- /dev/null +++ b/shell/ssl @@ -0,0 +1,2 @@ +[ -f /usr/local/opt/curl-ca-bundle/share/ca-bundle.crt ] \ +&& export SSL_CERT_FILE=/usr/local/opt/curl-ca-bundle/share/ca-bundle.crt