[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#26685: certbot service
From: |
Clément Lassieur |
Subject: |
bug#26685: certbot service |
Date: |
Sat, 29 Apr 2017 11:25:09 +0200 |
User-agent: |
mu4e 0.9.18; emacs 25.2.1 |
Andy Wingo <address@hidden> writes:
> On Fri 28 Apr 2017 11:24, Clément Lassieur <address@hidden> writes:
>> Also I think some services have to be reloaded/restarted after their
>> certificates are upgraded. That could be done via a mcron post-hook,
I meant certbot --post-hook, not mcron.
>> but I'm not sure how to pass the list of services that have to be
>> restarted. WDYT?
> Good question. I don't even know how to know when running certbot
> results in a rotation and when it leaves things as-is. It's a great
> question though!
Actually I was wrong about certbot --post-hook: there is a certbot
--renew-hook. This one gets called after every successful renewal.
Thus in this hook we should restart/reload services.