Answer the question
In order to leave comments, you need to log in
At what point to install the key and certificate on the iot device?
I am writing a firmware for an iot device and the question arose of how it is customary to install keys on devices: hardcode into the firmware, or receive from some server, or, having an android application for the device, transmit via bluetooth? Key and certificate are needed for tls connection with mqtt broker.
Answer the question
In order to leave comments, you need to log in
The best option from a security point of view is to generate a key pair and a certificate request (CSR) directly on the device, rather than uploading it from outside or hardcoding. But this requires a good random number generator, and even a specialized chip is better.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question