Submitted by PatTzZ on Tue, 05/07/2019 - 09:33 Pro Licensee
Hi,
Is it a way to update virtual server certificates from API without restarting apache?
We created a script to update key and certificate for customers but it restart apache all the time and create downtime.
If someone has a solution, it will be really appreciated.
Thanks in advance
Status:
Fixed (pending)
Comments
Submitted by JamieCameron on Wed, 05/08/2019 - 22:51 Comment #1
A full Apache restart shouldn't happen, but the webserver does need to have it's config reloaded to pick up new certs.
Submitted by JamieCameron on Wed, 05/08/2019 - 23:17 Comment #2
Actually, I found cases where Apache is un-necessarily restarted. I'll fix that ..