Let's Encrypt client and ACME library written in Go
Let's Encrypt client and ACME library written in Go. Supports ACME v2 RFC 8555. Allows registering with a CA, obtaining certificates (both from scratch, or with an existing CSR), renewing certificates, revoking certificates, SAN certificate support, support for ACME challenges (HTTP, DNS, TLS), certificate bundling, and more.
Let's Encrypt client and ACME library written in Go. Supports ACME v2 RFC 8555. Allows registering with a CA, obtaining certificates (both from scratch, or with an existing CSR), renewing certificates, revoking certificates, SAN certificate support, support for ACME challenges (HTTP, DNS, TLS), certificate bundling, and more.
To install lego, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install lego
To see what files were installed by lego, run:
port contents lego
To later upgrade lego, run:
sudo port selfupdate && sudo port upgrade lego
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.