This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRF91 How is it possible to generate EC 256 key pair and a self-signed X.509 certificate?

Hi,
I want to connect to Google Cloud IoT and for that I would like to generate the needed credentials on the nRF9160.
I need these ones, but the private key should be both in PEM and in DER format.
PEM is needed by the modem and DER is used by jwt_sign.
With kind regards,
Árpád
Parents Reply
  • Hi Simon,

    thank your for your reply, but my question is how to generate all of this ON the nRF9160. Because if that would be possible

    than the private key should not leave the device ensuring a higher security level compared to generating these keys outside of the device and transmitting over some channel.

    Could you please ask for that? It would be good, if the key generation could happen on the device.

    With kind regards,

    Árpád

Children
Related