Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dehydrated-0.7.2.tar.gz | 2025-05-17 | 120.9 kB | |
dehydrated-0.7.2.tar.gz.asc | 2025-05-17 | 164.3 kB | |
README.md | 2025-05-17 | 634 Bytes | |
v0.7.2 source code.tar.gz | 2025-05-17 | 121.9 kB | |
v0.7.2 source code.zip | 2025-05-17 | 127.7 kB | |
Totals: 5 Items | 535.5 kB | 1 |
[0.7.2] - 2025-05-18
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) - Added CA presets for Google Trust Services (prod: google, test: google-test)
Changed
- Renew certificates with 32 days remaining (instead of 30) to avoid issues with monthly cronjobs (
RENEW_DAYS=32
)
Fixed
- Changed behaviour of
openssl req
stdin handling to fix compatibility with OpenSSL version 3.2+