feat: external signer pkcs#11 works

This commit is contained in:
2025-05-24 00:31:17 +08:00
parent 2b098f51b4
commit 0f479d409b
2 changed files with 142 additions and 3 deletions

View File

@@ -8,6 +8,11 @@ Cross compile:
CGO_ENABLED=1 GOOS=linux GOARCH=amd64 CC="zig cc -target x86_64-linux" CXX="zig c++ -target x86_64-linux" go build -o external-signer-pkcs11-linux-x86_64
```
List private objects:
```shell
pkcs11-tool --module /usr/local/lib/libykcs11.dylib --login --list-objects --type privkey
```
```shell
external-signer-pkcs11 external_spec