Allow for automatic deletion of old files

This commit is contained in:
Lukas Schauer
2025-05-02 14:44:47 +02:00
parent bec154f070
commit cf9e6a33fd
3 changed files with 7 additions and 2 deletions

View File

@@ -5,6 +5,7 @@ This file contains a log of major changes in dehydrated
## Added
- Implemented support for certificate profile selection
- Added a configuration parameter to allow for timeouts during order processing (`ORDER_TIMEOUT`, defaults to 0 = no timeout)
- Allowed for automatic deletion of old files (`AUTO_CLEANUP_DELETE`, disabled by default)
## Changed
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`)