Help wanted for automatic-renewal

If it renew automatically that's great.
Then, can I keep below rule to reload NGINX config everyday?

0 0 * * *  /etc/init.d/nginx reload >/dev/null 2>&1

My assumption is that

  1. certbot will renew
  2. and reload nginx config everyday to ensure latest cert reflect quickly as possible
1 Like