Page 1 of 1

Auto provisioning using X.509 certificate using esp idf by direct method

Posted: Mon Mar 11, 2019 8:11 am
by Aji Gopal
Hi

we need to connect certain esp32 devices to our azsure IOT hub using x.509 certificate through Direct method.Should we get some sample codes or some supporting documents for the same.

Re: Auto provisioning using X.509 certificate using esp idf by direct method

Posted: Mon Mar 11, 2019 8:59 am
by jitin17
Hey, Please find Azure Device provisioning example on ESP32 here: https://github.com/espressif/esp-azure/ ... _ll_sample
To create x509 leaf certificates for devices follow this link: https://github.com/Azure/azure-iot-sdk- ... verview.md

Re: Auto provisioning using X.509 certificate using esp idf by direct method

Posted: Mon Mar 11, 2019 1:34 pm
by Aji Gopal
Thanks for your replay Jitin

We already refer the above-mentioned code but it works with a hardcoded device id. But am looking for DPS through direct method using x.509 certificate