19 lines
237 B
Markdown
19 lines
237 B
Markdown
Yubikey PIV PKCS#11
|
|
|
|
> Fork form: https://github.com/google/native-pkcs11
|
|
|
|
|
|
<br>
|
|
|
|
Alias:
|
|
```shell
|
|
alias p11='pkcs11-tool --module /FULLPATH/libyubikey_piv_pkcs11.dylib'
|
|
```
|
|
|
|
List certificates
|
|
```shell
|
|
p11 --list-object --type cert
|
|
```
|
|
|
|
|