c# Azure IOT Edge Auto-provision with Device Provisioning Service(DPS) with x509 certificate sample needed

痴心易碎 提交于 2019-12-24 22:58:59

问题


I'm new to azure IOT edge development. I'm looking for a way to Create and provision a simulated x509 certificate Edge device on Windows in c#. Is Trusted Platform Module (TPM) the only way right now with edge device?

I found this tutorial but it's for simulated TPM Edge device on Windows.

https://docs.microsoft.com/en-ca/azure/iot-edge/how-to-auto-provision-simulated-device-windows

any idea how to do provision a device with x509 certificate? and a x509 certificate group enrollment?

Chuck


回答1:


This is not supported yet.

We just support auto-provisioning with DPS for Edge device using TPM (Sas Tokens).

It is on our radar the development for x509 provisioning, which requires modules/devices authentication with edge with x509, which is also under development.



来源:https://stackoverflow.com/questions/52334225/c-sharp-azure-iot-edge-auto-provision-with-device-provisioning-servicedps-with

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!