feat(readme): document built-in ACME directory server and CA capabilities

This commit is contained in:
2026-03-19 09:29:13 +00:00
parent 47168408cc
commit e570ac6db0
6 changed files with 348 additions and 192 deletions

View File

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