I'm looking a way to reload Nginx on both Certbot cert both first time applied and renewed.
To auto-reload Nginx after cert renewed, I need to put "deploy-hook" to /etc/letsencrypt/cli.ini:
deploy-hook = systemctl reload nginx
How about on first time cert applied? How to make Nginx auto-reload as well?