We have a proxmox MG 7.2-1 server that is setup to expose the quarantine server as documented in this article. However, we found out a missed scenario in that tutorial. When using LetsEncrypt for SSL, proxmox does not restart the nginx server when renewing, thus it continues to serve the now revoked prior certificate!
Is there anyway to hook into the letsencrypt process in Proxmox to have it restart nginx?
From scouring the code it appears not. I did find the restart_after_cert_update method in PMG::API2::Certificates and modified it manually to restart nginx, but a more configurable/non source-code modifying approach would be better.
Is there anyway to hook into the letsencrypt process in Proxmox to have it restart nginx?
From scouring the code it appears not. I did find the restart_after_cert_update method in PMG::API2::Certificates and modified it manually to restart nginx, but a more configurable/non source-code modifying approach would be better.