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
- certbot will renew
- and reload nginx config everyday to ensure latest cert reflect quickly as possible