feat(server): add an embedded ACME directory server and certificate authority with challenge, order, and certificate endpoints
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-19 - 9.2.0 - feat(server)
|
||||
add an embedded ACME directory server and certificate authority with challenge, order, and certificate endpoints
|
||||
|
||||
- exports a new server module with AcmeServer, AcmeServerCA, server error types, and related interfaces
|
||||
- implements in-memory account and order storage, nonce management, JWS verification, routing, challenge validation, and CSR signing for RFC 8555 style flows
|
||||
- adds end-to-end tests for account creation, order processing, challenge handling, certificate issuance, and error scenarios
|
||||
- updates the build configuration to include tsfolders and package file patterns for ts_* sources
|
||||
|
||||
## 2026-02-16 - 9.1.3 - fix(smartacme)
|
||||
Include base domain alongside wildcard when building identifiers for wildcard certificate requests
|
||||
|
||||
|
||||
Reference in New Issue
Block a user