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