Skip to content

Commit

Permalink
Update quickstart.md
Browse files Browse the repository at this point in the history
  • Loading branch information
2pk03 committed Mar 31, 2019
1 parent d91a688 commit af001ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/quickstart.md
Expand Up @@ -30,7 +30,7 @@ openssl req -new -x509 -sha256 -key sample_1.key -out sample_1.crt -days 365
```
Register the device in infinimesh's device registry:
```
inf device create my-sample-device --cert-file hack/server.crt -n <YOUR USERNAME>
inf device create my-sample-device --cert-file sample_1.crt -n <YOUR USERNAME>
```
The device is registered and the fingerprint of the certificate is returned. The platform uses this fingerprint to uniquely identify your device.
## Send data from the device
Expand Down

0 comments on commit af001ee

Please sign in to comment.