Automatically cleanup old or unused certificates #6380
LucaNerlich
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment coolify / traefik generate a new certificate for every used domain.
This includes EVERY preview-deployment resource.
This is great and works.
However, these certificates NEVER get cleaned up. My coolify proxy is now trying to get a certificate for a resource ive deleted months ago - and for which the dns entry doesnt even resolve anymore, leading to a letsencrypt decline (which is correct). This should not happen.
Additionally, the
acme.json
file, which traefik manages, just grows. Old, unused certificates never get deleted. My acme.json file is already up to 150 megabytes.I believe, this is a task coolify could handle, sind coolify should know / be aware / caluclate which resources currently use which domain.
Beta Was this translation helpful? Give feedback.
All reactions