certbot

O agente da Let’s Encrypt para obtenção e renovação de certificados TLS automaticamente. Sucessor do letsencrypt. Mais informações: https://eff-certbot.readthedocs.io/en/latest/using.html.

sudo certbot certonly --webroot {{[-w|--webroot-path]}} {{caminho_para_webroot}} {{[-d|--domain]}} {{subdominio.dominio.com}}

sudo certbot --nginx {{[-d|--domain]}} {{subdominio.dominio.com}}

sudo certbot --apache {{[-d|--domain]}} {{subdominio.dominio.com}}

sudo certbot renew

sudo certbot --webroot {{[-w|--webroot-path]}} {{caminho_para_webroot}} {{[-d|--domain]}} {{subdominio.dominio.com}} --dry-run

sudo certbot --webroot {{[-w|--webroot-path]}} {{caminho_para_webroot}} {{[-d|--domain]}} {{subdominio.dominio.com}} --test-cert