Skip to content

Commit 16208a7

Browse files
authored
Fix indent
1 parent 8368d8c commit 16208a7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

articles/iot-edge/how-to-create-transparent-gateway.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,9 @@ For production scenarios, you should generate these files with your own certific
104104

105105
If you don't have your own certificate authority and want to use demo certificates, follow the instructions in [Create demo certificates to test IoT Edge device features](how-to-create-test-certificates.md) to create your files. On that page, you need to take the following steps:
106106

107-
1. To start, set up the scripts for generating certificates on your device.
108-
2. Create a root CA certificate. At the end of those instructions, you'll have a root CA certificate file:
109-
* `<path>/certs/azure-iot-test-only.root.ca.cert.pem`.
110-
3. Create IoT Edge device CA certificates. At the end of those instructions, you'll have a device CA certificate and its private key:
111-
* `<path>/certs/iot-edge-device-ca-<cert name>-full-chain.cert.pem` and
112-
* `<path>/private/iot-edge-device-ca-<cert name>.key.pem`
107+
1. To start, set up the scripts for generating certificates on your device.
108+
1. Create a root CA certificate. At the end of those instructions, you'll have a root CA certificate file `<path>/certs/azure-iot-test-only.root.ca.cert.pem`.
109+
1. Create IoT Edge device CA certificates. At the end of those instructions, you'll have a device CA certificate `<path>/certs/iot-edge-device-ca-<cert name>-full-chain.cert.pem` its private key `<path>/private/iot-edge-device-ca-<cert name>.key.pem`.
113110

114111
# [IoT Edge](#tab/iotedge)
115112

0 commit comments

Comments
 (0)