Skip to content

Commit 9676103

Browse files
committed
Bold for anmes
1 parent 82a4f88 commit 9676103

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -124,30 +124,30 @@ Make sure that the user **iotedge** has read permissions for the directory holdi
124124

125125
1. Install the **root CA certificate** on this IoT Edge device.
126126

127-
* Debian/Ubuntu
127+
* **Debian/Ubuntu**
128128
```bash
129129
sudo cp <path>/<root ca certificate>.pem /usr/local/share/ca-certificates/<root ca certificate>.pem.crt
130130
```
131131

132-
* IoT Edge for Linux on Windows (EFLOW)
132+
* **IoT Edge for Linux on Windows (EFLOW)**
133133
```bash
134134
sudo cp <path>/<root ca certificate>.pem /etc/pki/ca-trust/source/anchors/<root ca certificate>.pem.crt
135135
```
136136

137137
1. Update the certificate store.
138138

139-
* Debian/Ubuntu
139+
* **Debian/Ubuntu**
140140
```bash
141141
sudo update-ca-certificates
142142
```
143143

144-
145-
* IoT Edge for Linux on Windows (EFLOW)
144+
* **IoT Edge for Linux on Windows (EFLOW)**
146145
```bash
147146
sudo update-ca-trust
148147
```
149148
For more information, check [CBL-Mariner SSL CA certificates management](https://github.com/microsoft/CBL-Mariner/blob/1.0/toolkit/docs/security/ca-certificates.md).
150149

150+
151151
This command should output that one certificate was added to /etc/ssl/certs.
152152

153153
1. Open the IoT Edge configuration file.

0 commit comments

Comments
 (0)