certbot

Obtain and auto-renew TLS/SSL certificates from Let's Encrypt

brewmacoslinux
Try with needOr install directly
Source

About

Tool to obtain certs from Let's Encrypt and autoenable HTTPS

Commands

certbot

Examples

Obtain a certificate for a domain using standalone mode$ certbot certonly --standalone -d example.com
Obtain certificate and auto-configure nginx$ certbot --nginx -d example.com
Renew all certificates$ certbot renew