TLS certificates for expired members' custom domains should get deleted #99
Labels
No Label
priority
high
priority
low
priority
medium
priority
very high
BUG
Feature
High Priority
Low Priority
Medium Priority
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: public/pyceo#99
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
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?
When a user's membership expires, any TLS certificates which were created for their custom domains should also get deleted, in
VHostManager.delete_all_vhosts_for_user
.There are some members using custom domains right now. This needs to get fixed ASAP.
I could do this by hand for now, but not sure about how this might necessarily work for custom domains provisioned using acme.sh.
Given the way we handle custom certs, I'm not sure if there's necessarily an elegant way to handle this in general.
I'll read into how tls certs are handled for now lmao