aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-02-17 10:29:09 -0800
committerAdam Vandenberg2013-02-17 10:29:09 -0800
commit2fcc847f148fc38272247bb60d6f75730db7df37 (patch)
tree66da3e6b91af283e787c232e056167383d4c8a37 /Library
parent8162b32e5c960895c0591eea8b1feb939c2b8996 (diff)
downloadhomebrew-2fcc847f148fc38272247bb60d6f75730db7df37.tar.bz2
openssl: add caveat about CA certs
Closes #17882.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/openssl.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/openssl.rb b/Library/Formula/openssl.rb
index 1bc7b4c62..456057566 100644
--- a/Library/Formula/openssl.rb
+++ b/Library/Formula/openssl.rb
@@ -25,4 +25,11 @@ class Openssl < Formula
system "make", "test"
system "make", "install", "MANDIR=#{man}", "MANSUFFIX=ssl"
end
+
+ def caveats; <<-EOS.undent
+ To install updated CA certs from Mozilla.org:
+
+ brew install curl-ca-bundle
+ EOS
+ end
end