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:
- Open Terminal using Spotlight search by pressingÂ
<command+space>
. Type terminal and hitÂEnter
 key. - Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install acmetool using brew
brew install acmetool
acmetool is ready to use now!