feat(smartacme): add forceRenew option for certificate issuance requests

This commit is contained in:
2026-04-03 19:02:47 +00:00
parent e830cb6252
commit 50f02bf81b
3 changed files with 14 additions and 5 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-03 - 9.4.0 - feat(smartacme)
add forceRenew option for certificate issuance requests
- extends getCertificateForDomain() options with forceRenew to allow bypassing cached non-expired certificates
- preserves the existing certificate as a fallback during forced renewal instead of deleting it before successful issuance
## 2026-03-27 - 9.3.1 - fix(acme)
parse issued certificate expiry from X.509 metadata and update build compatibility for dependency upgrades