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-central/core/howto-manage-devices-with-rest-api.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -598,9 +598,9 @@ These commands produce the following root and the device certificate
598
598
599
599
Make a note of the location of these files. You need it later.
600
600
601
-
### Generate the base-64 encoded version of the root certifcate
601
+
### Generate the base-64 encoded version of the root certificate
602
602
603
-
In the folder on your local machine that contains the certifcates you generated, create a file called convert.js and add the following JavaScript content:
603
+
In the folder on your local machine that contains the certificates you generated, create a file called convert.js and add the following JavaScript content:
604
604
605
605
```javascript
606
606
const fs = require('fs')
@@ -685,7 +685,7 @@ The following example shows a request body that adds an X.509 certificate to an
685
685
```
686
686
687
687
* certificate - The base-64 version of the certificate you made a note of previously.
688
-
* verified - `true` if you attest that the certificate is valid, `false` if you need to prove the validitity of the certificate.
688
+
* verified - `true` if you attest that the certificate is valid, `false` if you need to prove the validity of the certificate.
689
689
690
690
The response to this request looks like the following example:
0 commit comments