Skip to content

Commit 14ac1e1

Browse files
Merge pull request #312447 from jlian/fix/downstream-edge-scp-link
Fix broken SCP documentation link in nested edge guide
2 parents 133e112 + 12cef02 commit 14ac1e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

articles/iot-edge/how-to-connect-downstream-iot-edge-device.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: How to create nested Azure IoT Edge device hierarchies
33
description: How to create a trusted connection between an IoT Edge gateway and a downstream IoT Edge device.
44
author: sethmanheim
55
ms.author: sethm
6-
ms.date: 08/18/2025
6+
ms.date: 02/27/2026
77
ms.topic: concept-article
88
ms.service: azure-iot-edge
99
services: iot-edge
@@ -133,7 +133,7 @@ For example, these commands create a root CA certificate, a parent device certif
133133

134134
For more information about creating test certificates, see [create demo certificates to test IoT Edge device features](how-to-create-test-certificates.md).
135135

136-
01. You'll need to transfer the certificates and keys to each device. You can use a USB drive, a service like [Azure Key Vault](/azure/key-vault/general/overview), or with a function like [Secure file copy](https://www.ssh.com/ssh/scp/). Choose one of these methods that best matches your scenario. Copy the files to the preferred directory for certificates and keys. Use `/var/aziot/certs` for certificates and `/var/aziot/secrets` for keys.
136+
01. You'll need to transfer the certificates and keys to each device. You can use a USB drive, a service like [Azure Key Vault](/azure/key-vault/general/overview), or with a function like [Secure file copy](https://www.ssh.com/academy/ssh/scp). Choose one of these methods that best matches your scenario. Copy the files to the preferred directory for certificates and keys. Use `/var/aziot/certs` for certificates and `/var/aziot/secrets` for keys.
137137

138138
For more information on installing certificates on a device, see [Manage certificates on an IoT Edge device](how-to-manage-device-certificates.md).
139139

0 commit comments

Comments
 (0)