feat: init commit

This commit is contained in:
2024-08-14 23:40:41 +08:00
parent e1e72ed097
commit 29a03ee225
11 changed files with 342 additions and 41 deletions

View File

@@ -3,3 +3,16 @@ 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
```