@certchip/signer 0.1.27 → 0.1.28

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -515,17 +515,17 @@ The `-version` command displays comprehensive version information:
515
515
 
516
516
  ```
517
517
  # signercli -version
518
- Certchip Signer CLI v0.1.27
518
+ Certchip Signer CLI v0.1.28
519
519
  Cross-platform code and document signing tool
520
- Copyright (c) 2025 Certchip. All rights reserved.
520
+ Copyright (c) 2026 Certchip. All rights reserved.
521
521
 
522
522
  DLL Versions (Local):
523
- otpkey.dll: 0.1.27.0
524
- Certchip.dll: 0.1.27.0
523
+ otpkey.dll: 0.1.28.0
524
+ Certchip.dll: 0.1.28.0
525
525
 
526
526
  DLL Versions (System32):
527
- otpkey.dll: 0.1.27.0
528
- Certchip.dll: 0.1.27.0
527
+ otpkey.dll: 0.1.28.0
528
+ Certchip.dll: 0.1.28.0
529
529
  ```
530
530
 
531
531
  | Information | Description |
@@ -689,17 +689,17 @@ signer -sign myapp.exe -save-signed
689
689
 
690
690
  ```
691
691
  # signer -version
692
- Certchip Signer v0.1.27
692
+ Certchip Signer v0.1.28
693
693
  Windows Key Storage Provider and Code Signing Tool
694
- Copyright (c) 2025 Certchip. All rights reserved.
694
+ Copyright (c) 2026 Certchip. All rights reserved.
695
695
 
696
696
  DLL Versions (Local):
697
- otpkey.dll: 0.1.27.0
698
- Certchip.dll: 0.1.27.0
697
+ otpkey.dll: 0.1.28.0
698
+ Certchip.dll: 0.1.28.0
699
699
 
700
700
  DLL Versions (System32):
701
- otpkey.dll: 0.1.27.0
702
- Certchip.dll: 0.1.27.0
701
+ otpkey.dll: 0.1.28.0
702
+ Certchip.dll: 0.1.28.0
703
703
  ```
704
704
 
705
705
  The version output helps diagnose DLL version mismatches between local and system-wide installations.
@@ -800,6 +800,8 @@ Link a user account to an API key for:
800
800
  | `letsencrypt` | Let's Encrypt style | `<domain>/cert.pem`, `<domain>/chain.pem`, `<domain>/fullchain.pem`, `<domain>/privkey.pem` |
801
801
  | `json` | JSON format | `<domain>.json` |
802
802
 
803
+ > **Note:** Wildcard domains (e.g., `*.example.com`) are automatically sanitized for file/folder names. The `*` and other invalid filename characters are replaced with `_`. For example, `*.example.com` becomes `_.example.com` in file paths.
804
+
803
805
  **Examples:**
804
806
 
805
807
  ```bash
@@ -1934,7 +1936,7 @@ make RELEASE=1 # Release build
1934
1936
 
1935
1937
  ## License
1936
1938
 
1937
- Copyright (c) 2025 Certchip. All rights reserved.
1939
+ Copyright (c) 2026 Certchip. All rights reserved.
1938
1940
 
1939
1941
  ## Links
1940
1942
 
Binary file
Binary file
Binary file
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@certchip/signer",
3
- "version": "0.1.27",
3
+ "version": "0.1.28",
4
4
  "description": "Cross-platform code and document signing CLI tool",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",