Issue with v-update-host-certificate

Hey,

So I finally took the time to ditch Vesta and move over to Hestia w00t w00t. Everything worked fine with using the backup the only issue I seem to have come across is using the ssl on host. when i run v-update-host-certificate admin mydomainhere it seems to work fine. I can access the web panel without any ssl errors or warnings (Before it would complain about using a self signed cert). But email and ftp it’s still using the self signed cert.

Any ideas how fix this error.

Thanks.

Just give them a manual restart, this has been fixed in master :slight_smile:.

systemctl restart exim4
systemctl restart vsftpd
4 Likes

Thank you! That worked like a charm had to do systemctl restart exim4 in my case.

1 Like

Adjusted it in my comment :slight_smile:.