fix(smartacme): Include base domain alongside wildcard when building identifiers for wildcard certificate requests

This commit is contained in:
2026-02-16 02:46:54 +00:00
parent e2d182ca03
commit adf9262ded
3 changed files with 8 additions and 1 deletions

View File

@@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@push.rocks/smartacme',
version: '9.1.2',
version: '9.1.3',
description: 'A TypeScript-based ACME client for LetsEncrypt certificate management with a focus on simplicity and power.'
}