aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
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