Skip to content

Commit d32ef3b

Browse files
Merge pull request #279537 from PatAltimore/patricka-gh-ca-autorenew
Add CA autorenewal clarification
2 parents aabda3c + 89e46dd commit d32ef3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/iot-edge/configure-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Configure Azure IoT Edge device settings
33
description: This article shows you how to configure Azure IoT Edge device settings and options using the config.toml file.
44
author: PatAltimore
55
ms.author: patricka
6-
ms.date: 05/06/2024
6+
ms.date: 06/27/2024
77
ms.topic: how-to
88
ms.service: iot-edge
99
services: iot-edge
@@ -461,7 +461,7 @@ auto_generated_edge_ca_expiry_days = 90
461461
This setting manages autorenewal of the Edge CA certificate. Autorenewal applies when the Edge CA is configured as *quickstart* or when the Edge CA has an issuance `method` set. Edge CA certificates loaded from files generally can't be autorenewed as the Edge runtime doesn't have enough information to renew them.
462462

463463
> [!IMPORTANT]
464-
> Renewal of an Edge CA requires all server certificates issued by that CA to be regenerated. This regeneration is done by restarting all modules. The time of Edge CA renewal can't be guaranteed. If random module restarts are unacceptable for your use case, disable autorenewal.
464+
> Renewal of an Edge CA requires all server certificates issued by that CA to be regenerated. This regeneration is done by restarting all modules. The time of Edge CA renewal can't be guaranteed. If random module restarts are unacceptable for your use case, disable autorenewal by not including the [edge_ca.auto_renew] section.
465465
466466
```toml
467467
[edge_ca.auto_renew]

0 commit comments

Comments
 (0)