ot: LE server conf setup/ iPhone 'expired cert' message
B. Reino
reinob at bbmk.org
Sun Jul 22 17:14:22 EEST 2018
On Sun, 22 Jul 2018, Voytek Eymont wrote:
> [...]
> so, basically, after each renewal of server's cert I should remember to
> reload Dovecot (and maybe Postfix too?)
You can add a hook (script) to /etc/letsencrypt/renewal-hooks/deply/
which restarts the services you need.
In my case, I have
/usr/sbin/apache2ctl graceful
/usr/sbin/dovecot reload
/usr/sbin/postfix reload
This way the services pickup the renewed certificate when it is renewed.
More information about the dovecot
mailing list