Skip to content

Commit 3b7b104

Browse files
committed
Removed 'workload', added 1.2 changes
1 parent 11dea09 commit 3b7b104

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,17 @@ To learn more about the different types of certificates and their roles, see [Un
2727
>[!NOTE]
2828
>The term "root CA" used throughout this article refers to the topmost authority public certificate of the certificate chain for your IoT solution. You do not need to use the certificate root of a syndicated certificate authority, or the root of your organization's certificate authority. In many cases, it is actually an intermediate CA public certificate.
2929
30+
<!--1.2-->
31+
:::moniker range=">=iotedge-2020-11"
32+
33+
## Changes in version 1.2
34+
35+
* The **device CA certificate** was renamed as **edge CA certificate**.
36+
* The **workload CA certificate** was deprecated. Now the IoT Edge security manager generates the IoT Edge hub server certificate directly from the edge CA certificate, without the intermediate workload CA certificate between them.
37+
38+
:::moniker-end
39+
<!-- end-1.2 -->
40+
3041
### Prerequisites
3142

3243
* An IoT Edge device.
@@ -180,8 +191,7 @@ If you are using IoT Edge for Linux on Windows, you need to use the SSH key loca
180191

181192
IoT Edge automatically generates certificates on the device in several cases, including:
182193

183-
* If you don't provide your own production certificates when you install and provision IoT Edge, the IoT Edge security manager automatically generates a **device CA certificate**. This self-signed certificate is only meant for development and testing scenarios, not production. This certificate expires after 90 days.
184-
* The IoT Edge security manager also generates a **workload CA certificate** signed by the device CA certificate
194+
If you don't provide your own production certificates when you install and provision IoT Edge, the IoT Edge security manager automatically generates a **device CA certificate**. This self-signed certificate is only meant for development and testing scenarios, not production. This certificate expires after 90 days.
185195

186196
For more information about the function of the different certificates on an IoT Edge device, see [Understand how Azure IoT Edge uses certificates](iot-edge-certs.md).
187197

articles/iot-edge/iot-edge-certs.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ This article explains how IoT Edge certificates can work in production, developm
3232
* The **workload CA certificate** was deprecated. Now the IoT Edge security manager generates the IoT Edge hub server certificate directly from the edge CA certificate, without the intermediate workload CA certificate between them.
3333

3434
:::moniker-end
35+
<!-- end-1.2 -->
3536

3637
## IoT Edge certificates
3738

0 commit comments

Comments
 (0)