acmetool Installation Guide | Mac | Brew

Package Information:

Name: acmetool
Use: lt is an easy-to-use command line tool for automatically acquiring certificates from ACME servers (such as Let’s Encrypt). Designed to flexibly integrate into your webserver setup to enable automatic verification. Unlike the official Let’s Encrypt client, this doesn’t modify your web server configuration.
URL: https://github.com/hlandau/acme

Installation Steps:

  1. Open Terminal using Spotlight search by pressing <command+space>. Type terminal and hit Enter key.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install acmetool using brew
    brew install acmetool

acmetool is ready to use now!