Hello,
I'm working on an application that will use the nrf9160/nrf52. I will need to make https REST calls where I will populate the http header with username/password credentials. It's a huge security hole for me to hardcode those credentials AND we want to make it per-device specific (there will be many devices manufactured using the nrf91/nrf52 SoC. So it would be ideal to preload some configuration file or something of the like which will represent the credentials to be accessed by the application that will be flashed after. Also the production device will have no outside USB connection and the flash will be programmed using "pads". Is there a way to send down something in some format to somewhere PRIOR to flashing the application?
Thanks
/Loren