aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2013-04-04 16:55:02 -0500
committerJack Nagel2013-04-04 16:55:22 -0500
commit769519dc8360ce4c0efa5ab124c6122abfa0b25e (patch)
treed7d7ebe3768d3b1d5e96f4a8411fdd963fa011e7 /Library/Formula
parent7a800095cabd01d214462067b79bef8b477ed0da (diff)
downloadhomebrew-769519dc8360ce4c0efa5ab124c6122abfa0b25e.tar.bz2
curl-ca-bundle: add caveats
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/curl-ca-bundle.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/curl-ca-bundle.rb b/Library/Formula/curl-ca-bundle.rb
index fcd563b45..9b2027bbe 100644
--- a/Library/Formula/curl-ca-bundle.rb
+++ b/Library/Formula/curl-ca-bundle.rb
@@ -8,4 +8,11 @@ class CurlCaBundle < Formula
def install
share.install 'ca-bundle.crt'
end
+
+ def caveats; <<-EOS.undent
+ To use these certificates with OpenSSL:
+
+ export SSL_CERT_FILE=#{opt_prefix}/share/ca-bundle.crt
+ EOS
+ end
end