TL;DR: How to reload the SSL certificate files in HA after they’re renewed by an external process?
I’m running HA in a Docker on a Synology NAS. Everything is working fine, and I recently enabled SSL with a Let’s Encrypt certificate. I manage the renewal of the certificate directly on my NAS. I noticed that after renewal I have to restart HA for the updated certificate files to be reloaded.
I want to avoid having to restart HA upon every certificate renewal (i.e. once every month). Is there any way to do this?