From ca7fe5408980670500074d5f07ae316ed49cc65f Mon Sep 17 00:00:00 2001 From: "J.L.M" <57787248+JMarkstrom@users.noreply.github.com> Date: Sat, 4 Jan 2025 16:05:38 +0100 Subject: [PATCH] Update Confirm-YubikeyAttestion.md Fixed formatting error in example. --- Docs/Commands/Confirm-YubikeyAttestion.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Docs/Commands/Confirm-YubikeyAttestion.md b/Docs/Commands/Confirm-YubikeyAttestion.md index 7a03dfd..171d683 100644 --- a/Docs/Commands/Confirm-YubikeyAttestion.md +++ b/Docs/Commands/Confirm-YubikeyAttestion.md @@ -78,7 +78,7 @@ Verify the certificate request created by exported attestion and intermediate at Since this did not include a Certificate Request, *AttestionMatchesCSR* is null. ### Example 3 -```powershell + ```powershell PS C:\> Confirm-YubikeyAttestion -CertificateRequest csr.pem -AttestionCertificate attestation.pem -IntermediateCertificate intermediate.pem AttestionValidated : True @@ -92,6 +92,7 @@ Algorithm : Rsa2048 isFIPSSeries : False isCSPNSeries : False AttestionMatchesCSR : True +``` Validate the certificate signing request (CSR) created _outside_ of **powershellYK**. All three files should be provided as PEM files by the requesting party.