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-dps/tutorial-custom-hsm-enrollment-group-x509.md
+16-1Lines changed: 16 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -606,6 +606,8 @@ In this section, you create two device certificates and their full chain certifi
606
606
607
607
1. To create the private key, X.509 certificate, and full chain certificate for the second device, copy and paste this script into your GitBash command prompt. To create certificates for more devices, you can modify the `registration_id` variable declared at the beginning of the script.
608
608
609
+
# [Windows](#tab/windows)
610
+
609
611
```bash
610
612
registration_id=device-02
611
613
echo $registration_id
@@ -615,6 +617,19 @@ In this section, you create two device certificates and their full chain certifi
> This script uses the registration ID as the base filename for the private key and certificate files. If your registration ID contains characters that aren't valid filename characters, you'll need to modify the script accordingly.
620
635
@@ -632,7 +647,7 @@ You'll use the following files in the rest of this tutorial:
632
647
| device-01 private key | *private/device-01.key.pem* | Used by the device to verify ownership of the device certificate during authentication with DPS. |
633
648
| device-01 full chain certificate | *certs/device-01-full-chain.cert.pem* | Presented by the device to authenticate and register with DPS. |
634
649
| device-02 private key | *private/device-02.key.pem* | Used by the device to verify ownership of the device certificate during authentication with DPS. |
635
-
| device-02 full chain certificate | *certs/device-01-full-chain.cert.pem* | Presented by the device to authenticate and register with DPS. |
650
+
| device-02 full chain certificate | *certs/device-02-full-chain.cert.pem* | Presented by the device to authenticate and register with DPS. |
0 commit comments