We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 641db32 + ca7fe54 commit 7a8bf53Copy full SHA for 7a8bf53
1 file changed
Docs/Commands/Confirm-YubikeyAttestion.md
@@ -78,7 +78,7 @@ Verify the certificate request created by exported attestion and intermediate at
78
Since this did not include a Certificate Request, *AttestionMatchesCSR* is null.
79
80
### Example 3
81
-```powershell
+ ```powershell
82
PS C:\> Confirm-YubikeyAttestion -CertificateRequest csr.pem -AttestionCertificate attestation.pem -IntermediateCertificate intermediate.pem
83
84
AttestionValidated : True
@@ -92,6 +92,7 @@ Algorithm : Rsa2048
92
isFIPSSeries : False
93
isCSPNSeries : False
94
AttestionMatchesCSR : True
95
+```
96
97
Validate the certificate signing request (CSR) created _outside_ of **powershellYK**.
98
All three files should be provided as PEM files by the requesting party.
0 commit comments