mirror of
https://github.com/guanzhi/GmSSL.git
synced 2026-06-19 11:23:38 +08:00
update
This commit is contained in:
11
apps/ca-show-token-info.sh
Executable file
11
apps/ca-show-token-info.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
PIN=123456
|
||||
PUK=654321
|
||||
P11LIB=/usr/local/lib/opensc-pkcs11.so
|
||||
|
||||
pkcs11-tool --list-token-slots --module $P11LIB
|
||||
pkcs11-tool --list-objects \
|
||||
--module $P11LIB \
|
||||
--login --pin $PIN
|
||||
|
||||
Reference in New Issue
Block a user