NordicPlayground / aws-iot-core-fleet-provisioning-with-nrf9160

Using Lambda function to register device in Provision by Claim
https://github.com/NordicPlayground/aws-iot-core-fleet-provisioning-with-nrf9160#readme
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Use CSRs instead of generating PKs on the cloud side #13

Open coderbyheart opened 6 months ago

coderbyheart commented 6 months ago

The security of the setup can be improved by signing a CSR on the cloud side instead of generating the key pair on the cloud side.

This is documented here: https://docs.aws.amazon.com/iot/latest/developerguide/provisioning-cert-provider.html

Blog post: https://aws.amazon.com/blogs/iot/aws-iot-core-private-certificate-authorities-with-fleet-provisioning/