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