fetch-crl 1.0.8
The fetch-crl utility will retrieve certificate revocation lists (CRLs) for a set of installed trust anchors, based on crl_url files or IGTF-style info files. It will install these for use with OpenSSL, NSS or third-party tools. Closes Homebrew/homebrew#15269. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
deab2821cf
commit
55dfa943c9
1 changed files with 11 additions and 0 deletions
11
Formula/fetch-crl.rb
Normal file
11
Formula/fetch-crl.rb
Normal file
|
@ -0,0 +1,11 @@
|
|||
require 'formula'
|
||||
|
||||
class FetchCrl < Formula
|
||||
homepage 'http://wiki.nikhef.nl/grid/FetchCRL3'
|
||||
url 'https://dist.eugridpma.info/distribution/util/fetch-crl3/fetch-crl-3.0.8.tar.gz'
|
||||
sha1 '5e4474d70ef5a5a1a29bff1944114ad58987f731'
|
||||
|
||||
def install
|
||||
system "make", "install", "PREFIX=#{prefix}", "ETC=#{etc}", "CACHE=#{var}/cache"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue