diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/openssl.rb | 7 |
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 |
