问题描述
我是天蓝色的物联网边缘开发新手.我正在寻找一种使用c#在Windows上创建和配置模拟x509证书边缘设备的方法.边缘设备现在是否是唯一的可信平台模块(TPM)?
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?
我找到了本教程,但这是针对Windows上的模拟TPM Edge设备的.
I found this tutorial but it's for simulated TPM Edge device on Windows.
https ://docs.microsoft.com/zh-CN/azure/iot-edge/how-to-auto-provision-simulated-device-windows
您知道如何为设备提供x509证书吗?和一个x509证书组注册?
any idea how to do provision a device with x509 certificate? and a x509 certificate group enrollment?
查克
推荐答案
尚不支持.
我们仅支持使用TPM(Sas令牌)通过DPS为Edge设备自动配置.
We just support auto-provisioning with DPS for Edge device using TPM (Sas Tokens).
x509置备的开发正在我们的视野中,该开发要求使用x509进行边缘的模块/设备身份验证,这也正在开发中.
It is on our radar the development for x509 provisioning, which requires modules/devices authentication with edge with x509, which is also under development.
这篇关于具有设备预配服务(DPS)和x509证书示例的c#Azure IOT Edge自动预配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!