certbot renew
sudo certbot renew --dry-run
Alberto Peripolli
sudo certbot renew --dry-run
certbot renew
certbot --apache certonly -n -d example.com
# --apache for apache server, use --nginx flag for nginx server
# -n option execute the command without prompt
# -d domain1.com to execute only for domain1.com