Guide To Install fetch-crl On Mac using Brew

Package Information:

Name: fetch-crl
Use: 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.
URL: https://wiki.nikhef.nl/grid/FetchCRL3

Installation Steps:

  1. Open Terminal on your Mac.
  2. Execute the following command

    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install fetch-crl using brew
    brew install fetch-crl

fetch-crl is ready to use now!