Skip to content

Commit cbde36b

Browse files
authored
Merge pull request #105582 from Ahirrea/patch-2
Update tutorial-custom-hsm-enrollment-group-x509.md
2 parents b7b895f + 2688fe5 commit cbde36b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-dps/tutorial-custom-hsm-enrollment-group-x509.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1027,7 +1027,7 @@ In the rest of this section, you'll use your Windows command prompt.
10271027
4. Enter the following command to build and run the X.509 device provisioning sample (replace `<id-scope>` with the ID Scope that you copied in step 2. Replace `<your-certificate-folder>` with the path to the folder where you ran your OpenSSL commands.
10281028
10291029
```cmd
1030-
run -- -s <id-scope> -c <your-certificate-folder>\certs\device-01-full-chain.cert.pfx -p 1234
1030+
dotnet run -- -s <id-scope> -c <your-certificate-folder>\certs\device-01-full-chain.cert.pfx -p 1234
10311031
```
10321032
10331033
The device connects to DPS and is assigned to an IoT hub. Then, the device sends a telemetry message to the IoT hub. You should see output similar to the following:
@@ -1057,7 +1057,7 @@ In the rest of this section, you'll use your Windows command prompt.
10571057
5. To register your second device, rerun the sample using its full chain certificate.
10581058
10591059
```cmd
1060-
run -- -s <id-scope> -c <your-certificate-folder>\certs\device-02-full-chain.cert.pfx -p 1234
1060+
dotnet run -- -s <id-scope> -c <your-certificate-folder>\certs\device-02-full-chain.cert.pfx -p 1234
10611061
```
10621062
10631063
::: zone-end

0 commit comments

Comments
 (0)