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

Encoding of the keys on the nrf9160 #11

Closed charlesfayal closed 7 months ago

charlesfayal commented 7 months ago

Our devices are receiving the keys and storing them but they're not connecting. It appears to be a decoding issue since if we replace the \n symboles with a return on our computers with the certificates manager the same keys work. Right now we're taking the string from the mqtt message and storing it, should we be decoding it somehow before saving it?

coderbyheart commented 7 months ago

Hei,

since you've confirmed that the certificates work when programmed using the certificates manager, this is a problem with the firmware, and not a problem with this project.

Please create a {DevZone case instead.

Thank you.

coderbyheart commented 6 months ago

Here is a sample: https://github.com/simensrostad/fw-nrfconnect-nrf/commit/1f698ad2f2ddd92854ee0086d7b856fc965acdf5