Skip to content

Commit d290a25

Browse files
Incorporate feedback.
1 parent d327cbc commit d290a25

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docset/winserver2022-ps/adcsadministration/ADCSAdministration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Adds a certificate template to the CA.
2727
Backs up the CA database and private key information.
2828

2929
### [Confirm-CAAttestationIdentityKeyInfo](Confirm-CAAttestationIdentityKeyInfo.md)
30-
Checks whether the local certification authority trusts secure hardware for identity attestation.
30+
Checks whether the local CA trusts secure hardware for identity key attestation.
3131

3232
### [Confirm-CAEndorsementKeyInfo](Confirm-CAEndorsementKeyInfo.md)
3333
Checks whether the local CA trusts secure hardware for key attestation.

docset/winserver2022-ps/adcsadministration/Confirm-CAAttestationIdentityKeyInfo.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: Checks whether the local certification authority trusts secure hardware for identity attestation.
2+
description: Checks whether the local CA trusts secure hardware for identity key attestation.
33
external help file: Microsoft.CertificateServices.Administration.Commands.dll-Help.xml
44
Module Name: ADCSAdministration
55
online version: https://docs.microsoft.com/powershell/module/adcsadministration/confirm-caattestationidentitykeyinfo?view=windowsserver2022-ps&wt.mc_id=ps-gethelp
@@ -10,7 +10,7 @@ title: Confirm-CAAttestationIdentityKeyInfo
1010
# Confirm-CAAttestationIdentityKeyInfo
1111

1212
## SYNOPSIS
13-
Checks whether the local certification authority trusts secure hardware for identity attestation.
13+
Checks whether the local CA trusts secure hardware for identity key attestation.
1414

1515
## SYNTAX
1616

@@ -25,11 +25,11 @@ Confirm-CAAttestationIdentityKeyInfo [-Certificate] <X509Certificate2> [<CommonP
2525
```
2626

2727
## DESCRIPTION
28-
The **Confirm-CAAttestationIdentityKeyInfo** cmdlet checks whether the local certification authority (CA) trusts secure hardware, such as a Trusted Platform Module (TPM), for identity attestation. The Attestation Identity Key replaces the Endorsement Key as an identity for the TPM. An Attestation Identity Key is permanently embedded in the security hardware. The public portion of the key helps to recognize genuine security hardware.
28+
The **Confirm-CAAttestationIdentityKeyInfo** cmdlet checks whether the local certification authority (CA) trusts secure hardware, such as a Trusted Platform Module (TPM), for identity key attestation. The Attestation Identity Key (AIK) replaces the Endorsement Key as an identity for the TPM. An Attestation Identity Key is permanently embedded in the security hardware. The public portion of the key helps to recognize genuine security hardware.
2929

30-
This cmdlet verifies whether the public certificate connects through a certificate chain to an anchor that the CA trusts. Specify an X509 certificate by using the **Certificate** parameter.
30+
This cmdlet verifies whether the AIK public certificate connects through a certificate chain to an anchor that the CA trusts. Specify an X509 certificate by using the **Certificate** parameter.
3131

32-
This cmdlet checks whether the attestation identity public key exists as a file in a folder configured at the local CA for key attestation. Specify the public key by using the **PublicKeyHash** parameter.
32+
This cmdlet checks whether the AIK public key exists as a file in a folder configured at the local CA for key attestation. Specify the public key by using the **PublicKeyHash** parameter.
3333

3434
## EXAMPLES
3535

@@ -40,8 +40,8 @@ Confirm-CAAttestationIdentityKeyInfo -Certificate Contoso87.cer
4040
True
4141
```
4242

43-
This command checks whether the certificate Contoso87.cer connects, by using a certificate chain, to a trusted anchor.
44-
This example returns a value of $True.
43+
This command checks whether the certificate `Contoso87.cer` connects, by using a certificate chain, to a trusted anchor.
44+
This example returns a value of `$True`.
4545

4646
### Example 2: Check a key
4747
```
@@ -51,7 +51,7 @@ False
5151
```
5252

5353
The command checks for the public certificate specified as an SHA-256 hash code.
54-
This example returns a value of $False.
54+
This example returns a value of `$False`.
5555
The CA does not have this public key.
5656

5757
## PARAMETERS
@@ -72,7 +72,7 @@ Accept wildcard characters: False
7272
```
7373
7474
### -PublicKeyHash
75-
Specifies an Attestation Identity Key public key of the secure hardware, as the result of the SHA-256 hash algorithm.
75+
Specifies an Attestation Identity Key (AIK) public key of the secure hardware, as the result of the SHA-256 hash algorithm.
7676
This value is a 64 character hexadecimal string.
7777
7878
```yaml

0 commit comments

Comments
 (0)