You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/iot-edge/how-to-create-transparent-gateway.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ If you don't have a device ready, you can create one in an Azure virtual machine
75
75
# [IoT Edge for Linux on Windows](#tab/eflow)
76
76
77
77
>[!WARNING]
78
-
> Because the IoT Edge for Linux on Windows (EFLOW) virtual machine needs to be accessible from external devices, ensure to deploy EFLOW with an External virtual switch. For more information about EFLOW networking configurations, see [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md)
78
+
> Because the IoT Edge for Linux on Windows (EFLOW) virtual machine needs to be accessible from external devices, ensure to deploy EFLOW with an External virtual switch. For more information about EFLOW networking configurations, see [Networking configuration for Azure IoT Edge for Linux on Windows](./how-to-configure-iot-edge-for-linux-on-windows-networking.md).
79
79
80
80
A Windows device with IoT Edge for Linux on Windows installed.
81
81
@@ -120,10 +120,11 @@ If you created the certificates on a different machine, copy them over to your I
120
120
Now you need to copy the certificates to the Azure IoT Edge for Linux on Windows virtual machine to proceed with the next steps.
121
121
122
122
1. Open an elevated _PowerShell_ session by starting with **Run as Administrator**.
123
-
1. Connect to the EFLOW virtual machine
123
+
1. Connect to the EFLOW virtual machine.
124
124
```powershell
125
125
Connect-EflowVm
126
126
```
127
+
127
128
1. Create the certificates directory - You can select any of the writeable directories. For this tutorial, we'll use the _iotedge-user_ home folder.
128
129
```bash
129
130
cd ~
@@ -132,11 +133,13 @@ Now you need to copy the certificates to the Azure IoT Edge for Linux on Windows
132
133
mkdir certs
133
134
mkdir private
134
135
```
135
-
1. Exit the EFLOW VM connection
136
+
137
+
1. Exit the EFLOW VM connection.
136
138
```bash
137
139
exit
138
140
```
139
-
1. Copy the certificates to the EFLOW virtual machine
141
+
142
+
1. Copy the certificates to the EFLOW virtual machine.
1. Connect to the EFLOW VM and change the permissions of the certificate files as the commands above copies the certificates with root only access permissions.
0 commit comments