Hi,
We're using Letsencrypt for our ssl certificate in a docker enviroment.
Letsencrypt certificates have to be renewed every 3 months.
I made a script when certbot generates a new ssl certificate, automaticly generate a JKS and CRT key.
Once the new jks and crt certificate are created i have to restart the docker container, otherwise the new certificate will not be activated.
Is it possible to reload the openvidu docker container instead restart.
Best regards,