curl-ca-bundle: add caveats
This commit is contained in:
parent
ade93f7332
commit
56549e5f2b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue