How to reload a SSL certificate on all worker instances?

Hello, I would like to know what is the procedure to reload a ssl certificate on all instances for a services. I have wildcard certificate from digicert, here is how i configured on the scheduler.

When i have to renew certificate, i replace old one by new one on the sheduler, make the file paths readable by nginx user and then how does the scheduler send new cert to instances (workers) and reload nginx on them ? Do i have to make a systemctl restart bunkerweb on all instances/workers ?

Regards,

Hello, you can run the “custom-cert” job — it will refresh the certificates and push them to all instances.

I’m not sure exactly how it works under the hood, but this job should do what you need.