How to Install certigo on Mac using Brew

Package Information:

Name: certigo
Use: Certigo is a utility to examine and validate certificates to help with debugging SSL/TLS issues.
URL: https://github.com/square/certigo

Installation Steps:

  1. Open Terminal by pressing <command+space>. Type terminal and hit Enter key.
  2. Execute the following command

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

certigo is ready to use now!