From 9d8f8f3f2b8232862452e1557305b5f9f74bb5b1 Mon Sep 17 00:00:00 2001 From: James Alseth Date: Fri, 23 Mar 2018 14:53:27 -0700 Subject: [PATCH] Fixed slot argument error in attestation verification example. --- doc/Attestation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Attestation.adoc b/doc/Attestation.adoc index bbdf1d2..8327846 100644 --- a/doc/Attestation.adoc +++ b/doc/Attestation.adoc @@ -31,6 +31,6 @@ Then add the keys attestation certificate to that file: Now we're ready to verify the attestation: - $ yubico-piv-tool --action=attest --slot=f9 > attestation.pem + $ yubico-piv-tool --action=attest --slot=9a > attestation.pem $ openssl verify -CAfile certs.pem attestation.pem attestation.pem: OK