Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
fetch-crl 1.0.8
Browse files Browse the repository at this point in the history
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 #15269.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
  • Loading branch information
gbehrmann authored and adamv committed Oct 28, 2012
1 parent dd3b6ac commit 7199039
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Library/Formula/fetch-crl.rb
@@ -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

0 comments on commit 7199039

Please sign in to comment.