Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The certificate-based authentication for Azure IoT works like this:

  • There will be a A root certificate, signed by a certificate authority.This root certificate is , will be created and added into Azure IoTHub
  • For each IoT device we want to authenticate, we will create a separate client certificate, signed by the same certificate authority.
  • At the time of the authentication, our IoT device will present the client certificate as the proof of identity.
  • Azure IoT Hub will verify the identity based on the root certificate and the device name.

...