feat(smartacme): add forceRenew option to bypass cached certificate reuse during issuance

This commit is contained in:
2026-04-05 11:27:27 +00:00
parent 9cf5ea05e2
commit efb56ef58e
3 changed files with 10 additions and 1 deletions

View File

@@ -1,5 +1,11 @@
# Changelog
## 2026-04-05 - 9.5.0 - feat(smartacme)
add forceRenew option to bypass cached certificate reuse during issuance
- adds a forceRenew flag to certificate issuance input handling
- skips the cached valid-certificate check when forceRenew is enabled
## 2026-04-03 - 9.4.0 - feat(smartacme)
add forceRenew option for certificate issuance requests