O agente da Let's Encrypt para obtenção e renovação de certificados TLS automaticamente. Sucessor do
letsencrypt
.
sudo certbot certonly --webroot --webroot-path {{caminho_para_webroot}} --domain {{subdominio.dominio.com}}
sudo certbot --nginx --domain {{subdominio.dominio.com}}
sudo certbot --apache --domain {{subdominio.dominio.com}}
sudo certbot renew
sudo certbot --webroot --webroot-path {{caminho_para_webroot}} --domain {{subdominio.dominio.com}} --dry-run
sudo certbot --webroot --webroot-path {{caminho_para_webroot}} --domain {{subdominio.dominio.com}} --test-cert