Skip to content

Commit fbf4ce1

Browse files
Merge pull request #313502 from jlian/fix/certificates-extra-paren
Fix extra closing parenthesis in EST server link (IoT Edge)
2 parents 062585d + f63605b commit fbf4ce1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-edge/how-to-manage-device-certificates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: Azure IoT Edge
44
description: How to install and manage certificates on an Azure IoT Edge device to prepare for production deployment.
55
author: sethmanheim
66
ms.author: sethm
7-
ms.date: 03/02/2026
7+
ms.date: 03/23/2026
88
ms.topic: concept-article
99
ms.service: azure-iot-edge
1010
services: iot-edge
@@ -482,7 +482,7 @@ This approach requires you to manually update the files as certificate expires.
482482

483483
## Automatic certificate management using EST server
484484

485-
IoT Edge can interface with an [Enrollment over Secure Transport (EST) server)](https://wikipedia.org/wiki/Enrollment_over_Secure_Transport) for automatic certificate issuance and renewal. Using EST is recommended for production as it replaces the need for manual certificate management, which can be risky and error-prone. You can configure it globally and override it for each certificate type.
485+
IoT Edge can interface with an [Enrollment over Secure Transport (EST) server](https://wikipedia.org/wiki/Enrollment_over_Secure_Transport) for automatic certificate issuance and renewal. Using EST is recommended for production as it replaces the need for manual certificate management, which can be risky and error-prone. You can configure it globally and override it for each certificate type.
486486

487487
In this scenario, the bootstrap certificate and private key are long-lived and potentially installed on the device during manufacturing. IoT Edge uses the bootstrap credentials to authenticate to the EST server for the initial request to issue an identity certificate for subsequent requests and for authentication to DPS or IoT Hub.
488488

0 commit comments

Comments
 (0)