Hi Community
Is there an elegant way to reload Certwarden without restarting the entire Docker container to load a renewed server certificate?
I was recently informed about an expired certificate on a server. I found out that the certificate was expired in the Certwarden frontend. The deployment of the renewed certificate on the remote server failed (untrusted certificate).
After a restart of Certwarden (Docker), everything worked again. In the config I have entered my wildcard as "certficitae_name" (instead of "serverdefault") and assumed that Certwarden would then load the renewed certificate automatically. Apparently it does not.
Now, I could use a cronjob to reload the container every few days, but this is ugly. Maybe there is a solution with the post-processing scripts?
Cheers,
adliette