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:
- Open Terminal on your Mac.
- Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install fetch-crl using brew
brew install fetch-crl
fetch-crl is ready to use now!