mirror of
https://github.com/cloudpanel-io/cloudpanel-ce.git
synced 2026-04-05 20:31:58 +02:00
The original certificate is not removed when you delete a web application. #344
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @peaklabs-dev on 9/10/2023
CloudPanel version(s) affected
all
Description
If we delete a web application/website in Cloud Panel that uses a custom SSL certificate, for example from Cloudflare, and then delete the web application, the origin certificate will remain in the folder: /etc/nginx/
How to reproduce
-> The certificate is still there.
Possible Solution
Remove all SSL certificates related to that application when a web application is deleted.
Additional Context
No response