Steps To Install acmetool On Mac
acmetool is a command-line based tool to acquire certificates from ACME servers for example "Let's Encrypt". It is aimed to integrate with your webserver setup so that automatic verification can be done in a flexible way. There is no requirement to modify your webserver configuration which is required in letsencrypt. Following are features of this:- Auto-renewal is with zero-downtime
- All webservers are supported
- Can be completely autotmated
- dependency-free and single-file binary
- Idempotent
To know more read here: https://github.com/hlandau/acme
Steps to Install acmetool:
- Open Terminal using Spotlight search
- Get homebrew installed
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Use brew to install acmetool
brew install acmetool
0 comments:
Post a Comment