nextcloud-high-performance-backend-setup icon indicating copy to clipboard operation
nextcloud-high-performance-backend-setup copied to clipboard

coturn needs to be restarted after certbot updates certs

Open moonman opened this issue 2 months ago • 0 comments

I just set up HPB and it's working great, thank you for this script.

I was looking through the config and it doesn't look like coturn gets restarted after certs get renewed certbot. It seems the easiest way is to add the following line to /etc/letsencrypt/renewal/<MYDOMAIN>-rsa.conf

renew_hook = systemctl restart coturn.service

moonman avatar Sep 11 '25 16:09 moonman