lego

ACME client and library for automating Let's Encrypt certificate

brewmacoslinux
Try with needOr install directly
Source

About

Let's Encrypt client and ACME library

Commands

lego

Examples

Obtain a certificate for a domain using HTTP challenge$ lego --email=you@example.com --domains=example.com run
Renew an existing certificate$ lego --email=you@example.com --domains=example.com renew
Obtain certificate using DNS challenge with Route53$ lego --email=you@example.com --domains=example.com --dns=route53 run