Skip to content

Commit cefcdc8

Browse files
committed
Add cert man SDK links
1 parent e7cb513 commit cefcdc8

1 file changed

Lines changed: 20 additions & 2 deletions

File tree

articles/iot-dps/libraries-sdks.md

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: IoT Hub Device Provisioning Service libraries and SDKs
33
description: Information about the device and service libraries available for developing solutions with Device Provisioning Service (CPS).
44
author: cwatson-cat
55
ms.author: cwatson
6-
ms.date: 08/03/2022
6+
ms.date: 02/11/2026
77
ms.topic: reference
88
ms.service: azure-iot-hub
99
services: iot-dps
@@ -14,7 +14,7 @@ ms.subservice: azure-iot-hub-dps
1414
# Microsoft SDKs for IoT Hub Device Provisioning Service
1515

1616
> [!IMPORTANT]
17-
> Certificate management in IoT Hub is in **public preview** and is supported only in the following DPS Device SDKs: Embedded C (Bare metal, Free RTOS), C, and Python. IoT Hub SDKs don't support it. For more information, see the [What is Certificate Management?](../iot-hub/iot-hub-certificate-management-overview.md).
17+
> Certificate management in IoT Hub is in **preview** and is supported only in the following DPS Device SDKs: Embedded C (Bare metal, Free RTOS), C, and Python. IoT Hub SDKs don't support it. For more information, see the [What is Certificate Management?](../iot-hub/iot-hub-certificate-management-overview.md).
1818
1919
The Azure IoT Hub Device Provisioning Service (DPS) is a helper service for IoT Hub. The DPS package provides SDKs to help you build backend and device applications that leverage DPS to provide zero-touch, just-in-time provisioning to one or more IoT hubs. The SDKs are published in a variety of popular languages and handle the underlying transport and security protocols between your devices or backend apps and DPS, freeing developers to focus on application development. Additionally, using the SDKs provides you with support for future updates to DPS, including security updates.
2020

@@ -32,10 +32,28 @@ The DPS SDKs help to provision devices to your IoT hubs. Microsoft also provides
3232

3333
[!INCLUDE [iot-dps-sdks-device](../../includes/iot-dps-sdks-device.md)]
3434

35+
### Certificate management device SDKs (preview)
36+
37+
For SDKs that support Microsoft-backed X.509 certificate management in preview, use the following instructions and samples.
38+
39+
| Platform | Instructions |Sample |
40+
| ----- | ----- | ----- |
41+
| C | [Instructions](https://github.com/Azure/azure-iot-sdk-c/tree/feature/dps-csr-preview/provisioning_client/samples/prov_dev_client_ll_x509_csr_sample) | [Sample](https://github.com/Azure/azure-iot-sdk-c/tree/feature/dps-csr-preview/provisioning_client/samples/prov_dev_client_ll_x509_csr_sample) |
42+
| Python | [Instructions](https://github.com/Azure/azure-iot-sdk-python/blob/feature/dps-csr-preview/azure-iot-device/samples/dps-cert-mgmt/dps_certificate_management.md) | [Sample](https://github.com/Azure/azure-iot-sdk-python/blob/feature/dps-csr-preview/azure-iot-device/samples/dps-cert-mgmt/provisioning_client_certificate_issuance.py) |
43+
3544
### Embedded device SDKs
3645

3746
[!INCLUDE [iot-dps-sdks-embedded](../../includes/iot-dps-sdks-embedded.md)]
3847

48+
### Certificate management embedded device SDKs (preview)
49+
50+
For embedded SDKs that support Microsoft-backed X.509 certificate management in preview, use the following instructions and samples:
51+
52+
| RTOS | SDK | Instructions | Sample |
53+
| :-- | :-- | :-- | :-- |
54+
| **FreeRTOS** | FreeRTOS Middleware | [Instructions](https://github.com/Azure-Samples/iot-middleware-freertos-samples/blob/feature/dps-csr-preview/demos/projects/PC/linux/README.md) | [Sample](https://github.com/Azure-Samples/iot-middleware-freertos-samples/tree/feature/dps-csr-preview/demos/projects/PC/linux) |
55+
| **Bare Metal** | Azure SDK for Embedded C | [Instructions](https://github.com/Azure/azure-sdk-for-c/blob/feature/dps-csr-preview/sdk/samples/iot/README.md) | [Sample](https://github.com/Azure/azure-sdk-for-c/blob/feature/dps-csr-preview/sdk/samples/iot/paho_iot_provisioning_csr_sample.c) |
56+
3957
## Service SDKs
4058

4159
[!INCLUDE [iot-dps-sdks-service](../../includes/iot-dps-sdks-service.md)]

0 commit comments

Comments
 (0)