Skip to content

Commit 66b29fe

Browse files
committed
Add full-chain cert reference to test certs doc
1 parent 796e97f commit 66b29fe

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

articles/iot-edge/how-to-create-test-certificates.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Create test certificates and learn how to install them on an Azure
44
author: kgremban
55
manager: philmea
66
ms.author: kgremban
7-
ms.date: 02/26/2020
7+
ms.date: 04/14/2020
88
ms.topic: conceptual
99
ms.service: iot-edge
1010
services: iot-edge
@@ -242,8 +242,9 @@ New-CACertsEdgeDeviceIdentity "<name>"
242242

243243
The name that you pass in to this command will be the device ID for the IoT Edge device in IoT Hub.
244244

245-
The new device identity command creates several certificate and key files, including two that you'll use when creating an individual enrollment in DPS and installing the IoT Edge runtime:
245+
The new device identity command creates several certificate and key files, including three that you'll use when creating an individual enrollment in DPS and installing the IoT Edge runtime:
246246

247+
* `<WRKDIR>\certs\iot-edge-device-identity-<name>-full-chain.cert.pem`
247248
* `<WRKDIR>\certs\iot-edge-device-identity-<name>.cert.pem`
248249
* `<WRKDIR>\private\iot-edge-device-identity-<name>.key.pem`
249250

@@ -257,8 +258,9 @@ Create the IoT Edge device identity certificate and private key with the followi
257258

258259
The name that you pass in to this command will be the device ID for the IoT Edge device in IoT Hub.
259260

260-
The script creates several certificate and key files, including two that you'll use when creating an individual enrollment in DPS and installing the IoT Edge runtime:
261+
The script creates several certificate and key files, including three that you'll use when creating an individual enrollment in DPS and installing the IoT Edge runtime:
261262

263+
* `<WRKDIR>\certs\iot-edge-device-identity-<name>-full-chain.cert.pem`
262264
* `<WRKDIR>/certs/iot-edge-device-identity-<name>.cert.pem`
263265
* `<WRKDIR>/private/iot-edge-device-identity-<name>.key.pem`
264266

0 commit comments

Comments
 (0)