Hi!
I've been trying to connect the nRf9160 to an AWS IoT account following the directions here https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/aws_fota
and I keep getting certificates building errors. Help!
Hi!
I've been trying to connect the nRf9160 to an AWS IoT account following the directions here https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/aws_fota
and I keep getting certificates building errors. Help!
Hi.
The certificates should be added as strings, so you need to format your certificate like this:
#define CERTIFICATE \ "---BEGIN CERTIFICATE---\n"\ "A-BUNCH-OF-SEEMINGLY-RANDOM-CHARACTERS\n"\ "MORE-CHARACTERS-ON-A-NEW-LINE\n"\ "---END CERTIFICATE---\n"
Best regards,
Didrik
Thanks a lot !
Thanks a lot !