You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-provision-devices-at-scale-linux-tpm.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@ In this section, you build a tool that you can use to retrieve the registration
170
170
In this section, you use the TPM2 software tools to retrieve the endorsement key for your TPM and then generate a unique registration ID.
171
171
172
172
> [!NOTE]
173
-
> This article previously used the `tpm_device_provision` tool from the IoT C SDK to generate provisioning info. If you previously used that tool, then be aware that the steps would generate a different registration ID for the same public endorsement key. If you need to replicate the previous behavior then refer to the C SDK's [tpm_device_provision tool](https://github.com/Azure/azure-iot-sdk-c/tree/main/provisioning_client/tools/tpm_device_provision).
173
+
> This article previously used the `tpm_device_provision` tool from the IoT C SDK to generate provisioning info. If you relied on that tool previously, then be aware the steps below generate a different registration ID for the same public endorsement key. If you need to recreate the registration ID as before then refer to how the C SDK's [tpm_device_provision tool](https://github.com/Azure/azure-iot-sdk-c/tree/main/provisioning_client/tools/tpm_device_provision) generates it. Be sure the registration ID for the individual enrollment in DPS matches the regisration ID the IoT Edge device is configured to use.
174
174
175
175
# [Ubuntu / Debian / Raspberry Pi OS](#tab/ubuntu+debian+rpios)
176
176
@@ -187,7 +187,7 @@ In this section, you use the TPM2 software tools to retrieve the endorsement key
187
187
printf"Gathering the registration information...\n\nRegistration Id:\n%s\n\nEndorsement Key:\n%s\n"$(sha256sum -b ek.pub | cut -d'' -f1 | sed -e 's/[^[:alnum:]]//g')$(base64 -w0 ek.pub)
188
188
```
189
189
190
-
1. The output window displays the device's **Registration ID** and the **Endorsement key**. Copy these values for use later when you create an individual enrollment for your device in the device provisioning service.
190
+
1. The output window displays the device's **Endorsement key** and a unique **Registration ID**. Copy these values for use later when you create an individual enrollment for your device in the device provisioning service.
191
191
192
192
# [Red Hat Enterprise Linux](#tab/rhel)
193
193
@@ -204,7 +204,7 @@ In this section, you use the TPM2 software tools to retrieve the endorsement key
1. The output window displays the device's **Registration ID** and the **Endorsement key**. Copy these values foruse later when you create an individual enrollment for your devicein the device provisioning service.
207
+
1. The output window displays the device's **Endorsement key** and a unique **Registration ID**. Copy these values foruse later when you create an individual enrollment for your devicein the device provisioning service.
0 commit comments