feat(Port80Handler): Add automatic certificate issuance with ACME client

This commit is contained in:
2025-02-24 10:00:57 +00:00
parent 266895ccc5
commit 31e15b65ec
6 changed files with 210 additions and 11 deletions

View File

@ -1,5 +1,13 @@
# Changelog
## 2025-02-24 - 3.11.0 - feat(Port80Handler)
Add automatic certificate issuance with ACME client
- Implemented automatic certificate issuance using 'acme-client' for Port80Handler.
- Converts account key and CSR from Buffers to strings for processing.
- Implemented HTTP-01 challenge handling for certificate acquisition.
- New certificates are fetched and added dynamically.
## 2025-02-24 - 3.10.5 - fix(portproxy)
Fix incorrect import path in test file