fix(acme): parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-27 - 9.3.1 - fix(acme)
|
||||
parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades
|
||||
|
||||
- Store certificate validity using the actual X.509 expiration date instead of a fixed 90-day estimate, with a fallback if PEM parsing fails.
|
||||
- Add reflect-metadata imports and declare it as a direct dependency to support @peculiar/x509 v2.
|
||||
- Update TypeScript and build configuration for newer toolchain requirements, including Node types and renamed project config file.
|
||||
|
||||
## 2026-03-19 - 9.3.0 - feat(readme)
|
||||
document built-in ACME directory server and CA capabilities
|
||||
|
||||
|
||||
Reference in New Issue
Block a user