Skip to content

Commit 5c2dc03

Browse files
committed
Add edge hub server cert info
1 parent 53cad2b commit 5c2dc03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,9 @@ For more information about the function of the different certificates on an IoT
102102

103103
For these two auto-generated certificates, you have the option of setting the **auto_generated_ca_lifetime_days** flag in config.yaml to configure the number of days for the lifetime of the certificates.
104104

105+
>[!NOTE]
106+
>There is a third auto-generated certificate that the IoT Edge security manager creates, the **IoT Edge hub server certificate**. This certificate always has a 90 day, but is automatically renewed before expiring. The **auto_generated_ca_lifetime_days** value doesn't affect this certificate.
107+
105108
To configure the certificate expiration to something other than the default 90 days, add the value in days to the **certificates** section of the config.yaml file.
106109

107110
```yaml

0 commit comments

Comments
 (0)