sudo certbot renew --dry-run
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