[Bug 1706409] Re: should be possible to disable certbot cron job

2017-10-06 Thread Dave James Miller
(Sorry can't edit my comment - the output of renew that I pasted doesn't match the cli.ini contents because I ran them at different times and forgot I'd changed it from one to the other!) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1706409] Re: should be possible to disable certbot cron job

2017-10-06 Thread Dave James Miller
I think I've found a solution (for my issue at least): # certbot --version certbot 0.17.0 # cat /etc/letsencrypt/cli.ini deploy-hook = /srv/letsencrypt-post-renew.sh # certbot renew --dry-run ... Dry run: skipping deploy hook command: /usr/sbin/service apache2 reload ... In later versions it

[Bug 1706409] Re: should be possible to disable certbot cron job

2017-10-06 Thread Dave James Miller
I have the same problem - I'm trying to make sure Apache and MySQL are reloaded after the renewal happens so they pick up the new SSL certificate. (I don't know if that's handled by this package already, but I haven't seen anything to indicate it is - there's no post-renew hook in the cron job.) N