curl-ca-bundle: add caveats

This commit is contained in:
Jack Nagel 2013-04-04 16:55:02 -05:00
parent ade93f7332
commit 56549e5f2b

View file

@ -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