Add pre-hook and post-hook to certbot renew

This commit is contained in:
Nemo 2020-09-19 10:48:57 +02:00
parent 43ec79fc77
commit bfbd5d469d
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ certbot_auto_renew: true
certbot_auto_renew_user: "root"
certbot_auto_renew_hour: "3"
certbot_auto_renew_minute: "30"
certbot_auto_renew_options: "--quiet --no-self-upgrade"
certbot_auto_renew_options: "--quiet --no-self-upgrade --pre-hook \"/etc/init.d/nginx stop\" --post-hook \"/etc/init.d/nginx start\""
certbot_create_if_missing: true
certbot_create_method: standalone
certbot_create_standalone_stop_services: