Get certbot installed on Mac using Brew

Package Information:

Name: certbot
Use: Tool to obtain certs from Let’s Encrypt and autoenable HTTPS
URL: https://certbot.eff.org/

Installation Steps:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install certbot using brew
    brew install certbot

certbot is ready to use now!