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:
- Open Terminal by pressing
<command+space>
. Type terminal and hitEnter
key. - Execute the following command
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install certigo using brew
brew install certigo
certigo is ready to use now!