feat(AcmeCertManager): Introduce AcmeCertManager for enhanced ACME certificate management

This commit is contained in:
2025-03-06 08:27:44 +00:00
parent 0574331b91
commit eea8942670
5 changed files with 773 additions and 91 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-03-06 - 3.27.0 - feat(AcmeCertManager)
Introduce AcmeCertManager for enhanced ACME certificate management
- Refactored the existing Port80Handler to AcmeCertManager.
- Added event-driven certificate management with CertManagerEvents.
- Introduced options for configuration such as renew thresholds and production mode.
- Implemented certificate renewal checks and logging improvements.
## 2025-03-05 - 3.26.0 - feat(readme)
Updated README with enhanced TLS handling, connection management, and troubleshooting sections.