X.509 CA Signed certificate is not available in authentication type of IoT Edge Device

Satyam Chauhan 537 Reputation points
2022-12-21T07:25:47.807+00:00

Hi,

While adding a device in IoT Hub, we can choose whether the device is IoT Edge Device or not. When we select IoT Edge Device the authentication type only shows 2 Options - (Symmetric Key and X.509 Self Signed), but if we do not select IoT Edge Device the we see 3 Options - (Symmetric Key, X.509 Self Signed and X.509 CA Signed).

I have limited knowledge about the authentication type, so wanted to confirm if we can use only Symmetric key or X.509 Self Signed Certificate if our device is IoT Edge Device, or X.509 CA Signed can also be used for the same?

272845-screenshot-193.png

272822-screenshot-194.png

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
548 questions
Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,137 questions
{count} votes

Accepted answer
  1. chbeier 1,866 Reputation points
    2022-12-21T15:24:38.05+00:00

    Hello @Satyam Chauhan ,

    When adding a new IoT device through the portal, you can only choose between Symmetric Key and X.509 Self-Signed certificate and providing the thumbprint.
    The X.509 CA authentication with IoT Edge is supported by IoT Edge Device Provisioning Service (DPS) with an enrollment group. In this case DPS will register your device in IoT Hub and set the corresponding thumbprint after it decides the device is legitimated to be registered. There is an example for provisioning a X.509 certificate simulated device what should be applicable to your IoT Edge devices and a CA signed certificate. To understand the concepts behind you can check concepts-x509-attestation

    ----------

    Please don't forget to click on "best answer" or "upvote" button whenever the information provided helps you. Original posters help the community find answers faster by identifying the correct answer.

    1 person found this answer helpful.

0 additional answers

Sort by: Most helpful