Closed tobias-richter closed 3 years ago
Closing this since the problem and the solution is more complex than initially thought.
I recommend to adjust certbot_auto_renew_options
instead, example:
certbot_auto_renew_options: '--quiet --no-self-upgrade --pre-hook "service apache2 stop" --post-hook "service apache2 start"'
Add support for renewal hooks contributed by @funkyfuture and @tomasbedrich
see also #80