Skip to content

Commit 15499d5

Browse files
committed
Add ps1 signature verification
1 parent 3f51da5 commit 15499d5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

articles/iot-edge/how-to-install-iot-edge-windows.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.reviewer: veyalla
88
ms.service: iot-edge
99
services: iot-edge
1010
ms.topic: conceptual
11-
ms.date: 02/21/2020
11+
ms.date: 03/12/2020
1212
ms.author: kgremban
1313
---
1414
# Install the Azure IoT Edge runtime on Windows
@@ -224,6 +224,18 @@ The Uninstall-IoTEdge command does not work on Windows IoT Core. To remove IoT E
224224

225225
For more information about uninstallation options, use the command `Get-Help Uninstall-IoTEdge -full`.
226226

227+
## Verify installation script
228+
229+
The installation commands provided in this article use the Invoke-WebRequest cmdlet to request the installation script from `aka.ms/iotedge-win`. This link points to the`IoTEdgeSecurityDaemon.ps1` script from the most recent [IoT Edge release](https://github.com/Azure/azure-iotedge/releases). You can also download this script, or a version of the script from a specific release, to run the installation commands on your IoT Edge device.
230+
231+
The provided script is signed to increase security. You can verify the signature by downloading the script to your device then running the following PowerShell command:
232+
233+
```powershell
234+
Get-AuthenticodeSignature "C:\<path>\IotEdgeSecurityDaemon.ps1"
235+
```
236+
237+
The output status is **Valid** if the signature is verified.
238+
227239
## All installation parameters
228240

229241
The previous sections introduced common installation scenarios with examples of how to use parameters to modify the installation script. This section provides reference tables of the common parameters used to install, update, or uninstall IoT Edge.

0 commit comments

Comments
 (0)