Skip to content

Commit 86de968

Browse files
authored
Merge pull request #126778 from changeworld/patch-4
Fix typo: withe -> with
2 parents 1103c8a + 3aa214f commit 86de968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-dps/quick-enroll-device-x509.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ This section shows you how to create a Node.js script that adds an enrollment gr
362362
363363
:::zone pivot="programming-language-nodejs"
364364
365-
1. Run the following command in your command prompt. Include the quotes around the command arguments and replace `<connection string>` withe connection string you copied in the previous section, and `<certificate .pem file>` with the path to your certificate `.pem` file. This file represents the public part of a either a root CA X.509 certificate that was previously uploaded and verified with your provisioning service, or an intermediate certificate that was uploaded and verified or had a certificate in its signing chain uploaded and verified.
365+
1. Run the following command in your command prompt. Include the quotes around the command arguments and replace `<connection string>` with connection string you copied in the previous section, and `<certificate .pem file>` with the path to your certificate `.pem` file. This file represents the public part of a either a root CA X.509 certificate that was previously uploaded and verified with your provisioning service, or an intermediate certificate that was uploaded and verified or had a certificate in its signing chain uploaded and verified.
366366
367367
```cmd\sh
368368
node create_enrollment_group.js "<connection string>" "<certificate .pem file>"

0 commit comments

Comments
 (0)