mirror of https://github.com/arendst/Tasmota.git
Updated AWS IoT (markdown)
parent
045746873f
commit
918271b2d6
15
AWS-IoT.md
15
AWS-IoT.md
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue