mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
clean up old certificates and keys #58
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 @basbebe on GitHub (Feb 11, 2016).
old keys and certificates are cumulating in the certs folders at the moment.
Is there a mechanism to delete old ones?
@lukas2511 commented on GitHub (Feb 11, 2016):
related to #80.
there will definitively be a feature for this in the future, but i kinda want to just move them to some kind of archive directory and not delete them directly.
@lukas2511 commented on GitHub (Feb 15, 2016):
I've implemented a solution in
e60682c06c.@basbebe commented on GitHub (Feb 16, 2016):
great, thank you!