Update 'pkcs11-tools.md'
This commit is contained in:
@@ -4,9 +4,20 @@
|
||||
* p11-kit
|
||||
|
||||
```shell
|
||||
pkcs11-tool --module /Library/OpenSC/lib/opensc-pkcs11.so -I
|
||||
$ pkcs11-tool --module /Library/OpenSC/lib/opensc-pkcs11.so -I
|
||||
Cryptoki version 3.0
|
||||
Manufacturer OpenSC Project
|
||||
Library OpenSC smartcard framework (ver 0.25)
|
||||
Using slot 0 with a present token (0x0)
|
||||
```
|
||||
|
||||
```shell
|
||||
$ p11tool --provider=/Library/OpenSC/lib/opensc-pkcs11.so --info
|
||||
Object 0:
|
||||
URL: pkcs11:model=PKCS%2315%20emulated;manufacturer=piv_II;serial=3da*********;token=ha********;id=%01;object=PIV%20AUTH%20pubkey;type=public
|
||||
Type: Public key (EC/ECDSA-SECP384R1)
|
||||
Label: PIV AUTH pubkey
|
||||
Flags: CKA_EXTRACTABLE;
|
||||
ID: 01
|
||||
...
|
||||
```
|
||||
Reference in New Issue
Block a user