Potential bug: Missing Output When Renewing Multiple Certificates #6265
Nitroxaddict
started this conversation in
General
Replies: 1 comment 1 reply
-
don't use
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Environment
Issue Description
When renewing multiple SSL certificates on a Synology NAS, acme.sh's renewal output progressively disappears over time:
This occurs whether running the command manually in terminal or via Task Scheduler, but only happens on systems with multiple certificates.
Reproduction Steps
/usr/local/share/acme.sh/acme.sh --renew-all --deploy-hook synology_dsm --insecure
Example Output
What I should receive (and do receive on my other NAS with a single certificate):
[Sun Mar 9 00:00:02 CET 2025] Renewing: '*.domain.com'
[Sun Mar 9 00:00:02 CET 2025] Renewing using Le_API=https://acme.zerossl.com/v2/DV90
[Sun Mar 9 00:00:02 CET 2025] Skipping. Next renewal time is: 2025-04-29T16:20:44Z
[Sun Mar 9 00:00:02 CET 2025] Add '--force' to force renewal.
What I receive after multiple renewals with multiple certificates:
[empty]
Impact
This bug makes it impossible to verify certificate renewal status, creating uncertainty about whether certificates are being properly maintained.
Comparison
I have two identical Synology NAS systems:
Both are using identical commands and configurations.
Test Results
Additional Observations
Any help identifying and resolving this renewal output issue would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions