|
b7b47cd11f
|
feat(Port80Handler): Add glob pattern support for domain certificate management in Port80Handler. Wildcard domains are now detected and skipped in certificate issuance and retrieval, ensuring that only explicit domains receive ACME certificates and improving route matching.
|
2025-03-18 15:00:24 +00:00 |
|
|
531350a1c1
|
fix(Port80Handler): Restrict ACME HTTP-01 challenge handling to domains with acmeMaintenance or acmeForward enabled
|
2025-03-18 14:56:57 +00:00 |
|
|
f8c86c76ae
|
fix(networkproxy): Refactor certificate management components: rename AcmeCertManager to Port80Handler and update related event names from CertManagerEvents to Port80HandlerEvents. The changes update internal API usage in ts/classes.networkproxy.ts and ts/classes.port80handler.ts to unify and simplify ACME certificate handling and HTTP-01 challenge management.
|
2025-03-18 14:53:39 +00:00 |
|
|
eea8942670
|
feat(AcmeCertManager): Introduce AcmeCertManager for enhanced ACME certificate management
|
2025-03-06 08:27:44 +00:00 |
|
|
31e15b65ec
|
feat(Port80Handler): Add automatic certificate issuance with ACME client
|
2025-02-24 10:00:57 +00:00 |
|
|
dc3d56771b
|
fix(portproxy): Fix incorrect import path in test file
|
2025-02-24 09:53:39 +00:00 |
|