Skip to content

Commit 3da02ff

Browse files
committed
Fixed ol/ul formatting
1 parent 8bf5ec4 commit 3da02ff

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,8 @@ The easiest way to test this scenario is to use the same machine that you used t
148148

149149
1. Follow the instructions in the [Register X.509 CA certificates to your IoT hub](../iot-hub/iot-hub-security-x509-get-started.md#register-x509-ca-certificates-to-your-iot-hub) section of *Set up X.509 security in your Azure IoT hub*. In that section, you perform the following steps:
150150

151-
* Upload a root CA certificate. If you're using the certificates that you created in the transparent gateway article, upload **\<WRKDIR>/certs/azure-iot-test-only.root.ca.cert.pem** as the root certificate file.
152-
* Verify that you own that root CA certificate. You can verify possession with the cert tools in \<WRKDIR>.
151+
1. Upload a root CA certificate. If you're using the certificates that you created in the transparent gateway article, upload **\<WRKDIR>/certs/azure-iot-test-only.root.ca.cert.pem** as the root certificate file.
152+
2. Verify that you own that root CA certificate. You can verify possession with the cert tools in \<WRKDIR>.
153153

154154
```powershell
155155
New-CACertsVerificationCert "<verification code from Azure portal>"
@@ -161,8 +161,8 @@ The easiest way to test this scenario is to use the same machine that you used t
161161
162162
2. Follow the instructions in the [Create an X.509 device for your IoT hub](../iot-hub/iot-hub-security-x509-get-started.md#create-an-x509-device-for-your-iot-hub) section of *Set up X.509 security in your Azure IoT hub*. In that section, you perform the following steps:
163163
164-
* Add a new device. Provide a lowercase name for **device ID**, and choose the authentication type **X.509 CA Signed**.
165-
* For downstream devices, you must **Set a parent device** and choose the IoT Edge gateway device that will provide the connection to IoT Hub.
164+
1. Add a new device. Provide a lowercase name for **device ID**, and choose the authentication type **X.509 CA Signed**.
165+
2. Set a parent device. For downstream devices, select **Set a parent device** and choose the IoT Edge gateway device that will provide the connection to IoT Hub.
166166
167167
3. Create a certificate chain for your downstream device. Use the same root CA certificate that you uploaded to IoT Hub to make this chain. Use the same lowercase device ID that you gave to your device identity in the portal.
168168

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ A downstream device can be any application or platform that has an identity crea
3535

3636
To connect a downstream device to an IoT Edge gateway, you need two things:
3737

38-
1. A device or application that's configured with an IoT Hub device connection string appended with information to connect it to the gateway.
38+
* A device or application that's configured with an IoT Hub device connection string appended with information to connect it to the gateway.
3939

4040
This step is explained in [Authenticate a downstream device to Azure IoT Hub](how-to-authenticate-downstream-device.md).
4141

42-
2. The device or application has to trust the gateway's **root CA** certificate to validate the TLS connections to the gateway device.
42+
* The device or application has to trust the gateway's **root CA** certificate to validate the TLS connections to the gateway device.
4343

4444
This step is explained in detail in the rest of this article. This step can be performed one of two ways: by installing the CA certificate in the operating system's certificate store, or (for certain languages) by referencing the certificate within applications using the Azure IoT SDKs.
4545

@@ -97,9 +97,9 @@ This section describes how the Azure IoT SDKs connect to an IoT Edge device usin
9797

9898
Have two things ready before using the application-level samples:
9999

100-
1. Your downstream device's IoT Hub connection string modified to point to the gateway device, and any certificates required to authenticate your downstream device to IoT Hub. For more information, see [Authenticate a downstream device to Azure IoT Hub](how-to-authenticate-downstream-device.md).
100+
* Your downstream device's IoT Hub connection string modified to point to the gateway device, and any certificates required to authenticate your downstream device to IoT Hub. For more information, see [Authenticate a downstream device to Azure IoT Hub](how-to-authenticate-downstream-device.md).
101101

102-
2. The full path to the root CA certificate that you copied and saved somewhere on your downstream device.
102+
* The full path to the root CA certificate that you copied and saved somewhere on your downstream device.
103103

104104
For example, `<path>/azure-iot-test-only.root.ca.cert.pem`.
105105

0 commit comments

Comments
 (0)