Hi Harlan,
/etc/letsencrypt/renewal-hooks subdirs are empty.
The post-hook looks effectively wrong:
[root@awak:~]$ ls -R /etc/letsencrypt/renewal-hooks
/etc/letsencrypt/renewal-hooks:
deploy/ post/ pre/
/etc/letsencrypt/renewal-hooks/deploy:
/etc/letsencrypt/renewal-hooks/post:
/etc/letsencrypt/renewal-hooks/pre:
[root@awak:~]$ grep hook /etc/letsencrypt/renewal/awak.mobi.conf
post_hook = service apache2 stop
pre_hook = service apache2 stop
I can easily fix the post_hook, but I wonder how it ended up like that.
I never touched that thing.
Xav