acmesh-official / acme.sh

A pure Unix shell script implementing ACME client protocol
https://acme.sh
GNU General Public License v3.0
37.75k stars 4.85k forks source link

Dovecot don't update cert. #3173

Open MESWEB opened 3 years ago

MESWEB commented 3 years ago

Please add

service dovecot restart

For Debian 10 e-mail service. Without restarting dovecot certificate can't be updated after renew.

Neilpang commented 3 years ago

sorry ?

FernandoMiguel commented 3 years ago

that should be part of your post install commands

MESWEB commented 3 years ago

that should be part of your post install commands

I'm talking about renew Let's Encrypt SSL cerificate. After renew action you need to restart dovecote because without this restart dovecote will use still old certificate.

FernandoMiguel commented 3 years ago

that should be part of your post install commands

I'm talking about renew Let's Encrypt SSL cerificate. After renew action you need to restart dovecote because without this restart dovecote will use still old certificate.

If you put it when you issue and install, it will be part of the renewal too

MESWEB commented 3 years ago

that should be part of your post install commands

I'm talking about renew Let's Encrypt SSL cerificate. After renew action you need to restart dovecote because without this restart dovecote will use still old certificate.

If you put it when you issue and install, it will be part of the renewal too

This action should be done by script. Like if statement "if dovecot then restart if not then skip". So if I renew SSL manually then I need to remember all the time about restart dovecote.