Updated AWS IoT (markdown)

s-hadinger 2019-08-06 16:59:47 +02:00
parent be9f3c4398
commit 5ea0939e98
1 changed files with 1 additions and 1 deletions

@ -106,7 +106,7 @@ Then click on "**Advanced mode**" Cut and paste the policy below. Click on "**Cr
First create an ECC private key for your device (as described in this [Blog](https://aws.amazon.com/fr/blogs/iot/elliptic-curve-cryptography-and-forward-secrecy-support-in-aws-iot-3/)). Keep you private key in a safe place.
```
$ openssl ecparam -out tasmota-01.key -name prime256v1 -genkey
$ openssl ecparam -name prime256v1 -genkey -out tasmota-01.key
```
Next, using this private key, create a certificate signing request (CSR). When asked enter the certificate details. This is not really used later, you can just enter a 2 letters country code like "**EU**" and leave all other fields blank (type 8 times enter).