Updated AWS IoT (markdown)

s-hadinger 2019-08-04 21:13:03 +02:00
parent 045746873f
commit 918271b2d6
1 changed files with 15 additions and 0 deletions

@ -177,6 +177,21 @@ The second part is the Certificate delivered by AWS IoT. Tasmota will also need
Both credentials must be stored in Tasmota Flash memory, in that order, using the new `TLSKey` command.
#### a. First check that the key store is empty
Type the following command:
```
TLSKey
xx:xx:xx MQT: stat/sonoff/RESULT = {"TLSKey1":-1,"TLSKey2":-1}
```
If both values are `-1`, it means it does not contain any key.
If you need to reset the key store, use the command `TLSKey 0`.
#### b. Convert the Private Key
### Step 9. Configure Tasmota device
This is the last step, you need to configure the MQTT parameters. The easiest way is through the web console.