Installing certstrap on Mac using Brew

Package Information:

Name: certstrap
Use: A simple certificate manager written in Go, to bootstrap your own certificate authority and public key infrastructure.
URL: https://github.com/square/certstrap

Installation Steps:

  1. Open Terminal.
  2. Execute the following command

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

certstrap is ready to use now!