Skip to content

Provisioning AVR-IoT-Cellular Mini for Azure failed #16

Closed Answered by M65649
CsFreiber asked this question in Q&A
Discussion options

You must be logged in to vote

Hello @CsFreiber,

I realise I misunderstood my colleague a bit. I've been out of the country and have not had a device to test with me. Individual enrollment is not necessary. You simply need to create a device in IoT Hub and use the sha256 sum of the device certificate. With the following steps I'm able to connect to Azure IoT Hub.

  1. Create a new device in IoT Hub
    • Use CN from device certificate as device ID.
    • Select X.509 Self-Signed.
    • Generate sha256 thumbprint from device certificate and use it as primary and secondary thumbprint: openssl x509 -in device.pem -outform der | sha256sum.
    • Should look something like this:

  1. Flash the provision sketch and follow the same process as before w…

Replies: 3 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@CsFreiber
Comment options

Comment options

You must be logged in to vote
1 reply
@CsFreiber
Comment options

Comment options

You must be logged in to vote
2 replies
@CsFreiber
Comment options

@M65649
Comment options

Answer selected by CsFreiber
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants