Added a configuration parameter to allow for timeouts during order processing (fixes #955)

This commit is contained in:
Lukas Schauer
2025-05-02 14:34:34 +02:00
parent 0141d86267
commit bec154f070
4 changed files with 25 additions and 2 deletions
+1
View File
@@ -4,6 +4,7 @@ This file contains a log of major changes in dehydrated
## [x.x.x] - xxxx-xx-xx
## 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)
## Changed
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (`RENEW_DAYS=32`)