feat(smartproxy/certificate): Integrate HTTP-01 challenge handler into ACME certificate provisioning workflow

This commit is contained in:
2025-05-18 15:56:52 +00:00
parent 538d22f81b
commit e224f34a81
4 changed files with 156 additions and 70 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-18 - 18.2.0 - feat(smartproxy/certificate)
Integrate HTTP-01 challenge handler into ACME certificate provisioning workflow
- Added integration of SmartAcme HTTP01 handler to dynamically add and remove a challenge route for ACME certificate requests
- Updated certificate-manager to use the challenge handler for both initial provisioning and renewal
- Improved error handling and logging during certificate issuance, with clear status updates and cleanup of challenge routes
## 2025-05-15 - 18.1.1 - fix(network-proxy/websocket)
Improve WebSocket connection closure and update router integration