From 2fcc847f148fc38272247bb60d6f75730db7df37 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 17 Feb 2013 10:29:09 -0800 Subject: openssl: add caveat about CA certs Closes #17882. --- Library/Formula/openssl.rb | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3