From 86a4fb472555cf348841fc2d18f79c327617186a Mon Sep 17 00:00:00 2001 From: Loic Nageleisen Date: Tue, 4 Jun 2013 09:59:20 +0200 Subject: [PATCH] homebrew recent OpenSSL cert path --- shell/ssl | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 shell/ssl 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