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

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '9.3.1',
version: '9.4.0',
description: 'A TypeScript-based ACME client and server for certificate management with built-in CA, supporting LetsEncrypt and custom ACME authorities.'
}