feat: external signer pkcs#11 works
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user