Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion samples/Provisioning/Basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Note that in a real application, you may want to avoid the use of wildcards in y
There are many different ways to run the Fleet Provisioning sample because of how many different ways there are to setup a Fleet Provisioning template in AWS IoT Core. **The easiest and most common way is to run the sample with the following**:

``` sh
mvn compile exec:java -pl samples/Provisioning/Basic -Dexec.mainClass=identity.BasicProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name>"
mvn compile exec:java -pl samples/Provisioning/Basic -Dexec.mainClass=identity.BasicProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name> --params '{"SerialNumber":"<serial number>","DeviceLocation":"<locatiion>"}'"
```

### Fleet Provisioning Detailed Instructions
Expand Down
2 changes: 1 addition & 1 deletion samples/Provisioning/Csr/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Note that in a real application, you may want to avoid the use of wildcards in y
There are many different ways to run the Fleet Provisioning sample because of how many different ways there are to setup a Fleet Provisioning template in AWS IoT Core. **The easiest and most common way is to run the sample with the following**:

``` sh
mvn compile exec:java -pl samples/Provisioning/Csr -Dexec.mainClass=identity.CsrProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name> --csr <csr file>"
mvn compile exec:java -pl samples/Provisioning/Csr -Dexec.mainClass=identity.CsrProvisioning -Dexec.args="--endpoint <endpoint> --cert <path to certificate> --key <path to private key> --template <provisioning template name> --params '{"SerialNumber":"<serial number>","DeviceLocation":"<location>"}' --csr <csr file>"
```

### Fleet Provisioning Detailed Instructions
Expand Down
2 changes: 1 addition & 1 deletion samples/ShadowSandbox/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ShadowSandbox

[**Return to main sample list**](../../README.md)
[**Return to main sample list**](../README.md)

This is an interactive sample that supports a set of commands that allow you to interact with "classic" (unnamed) shadows of the AWS IoT [Device Shadow](https://docs.aws.amazon.com/iot/latest/developerguide/iot-device-shadows.html) Service.

Expand Down
Loading