Skip to content

Commit

Permalink
Merge pull request #101 from virot/JMarkstrom-patch-1
Browse files Browse the repository at this point in the history
Update Confirm-YubikeyAttestion.md
  • Loading branch information
JMarkstrom authored Jan 4, 2025
2 parents 641db32 + ca7fe54 commit 7a8bf53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Docs/Commands/Confirm-YubikeyAttestion.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand Down

0 comments on commit 7a8bf53

Please sign in to comment.