From 101640748988d6cf73f6d6077f317144ad454e58 Mon Sep 17 00:00:00 2001 From: Hatter Jiang Date: Thu, 27 Jun 2024 00:44:30 +0800 Subject: [PATCH] Add 'pkcs15-tools.md' --- pkcs15-tools.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 pkcs15-tools.md diff --git a/pkcs15-tools.md b/pkcs15-tools.md new file mode 100644 index 0000000..edef938 --- /dev/null +++ b/pkcs15-tools.md @@ -0,0 +1,13 @@ + +```shell +$ pkcs15-tool --list-certificates +Using reader with a card: Yubico YubiKey OTP+FIDO+CCID +X.509 Certificate [Certificate for Card Authentication] + Object Flags : [0x00] + Authority : no + Path : + ID : 04 + Encoded serial : 02 09 0088891A87487694BA + +$ pkcs15-tool --read-certificate 04 +``` \ No newline at end of file