acme.sh

ACME protocol client for obtaining and managing SSL/TLS certificates

brewmacoslinux
Try with needOr install directly
Source

About

ACME client

Commands

acme.sh

Examples

Issue a certificate for a domain using HTTP validation$ acme.sh --issue -d example.com -w /var/www/html
Issue a wildcard certificate using DNS validation$ acme.sh --issue -d example.com -d '*.example.com' --dns dns_cloudflare
Renew all certificates$ acme.sh --cron