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-connect-downstream-iot-edge-device.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -124,30 +124,30 @@ Make sure that the user **iotedge** has read permissions for the directory holdi
124
124
125
125
1. Install the **root CA certificate** on this IoT Edge device.
126
126
127
-
* Debian/Ubuntu
127
+
***Debian/Ubuntu**
128
128
```bash
129
129
sudo cp <path>/<root ca certificate>.pem /usr/local/share/ca-certificates/<root ca certificate>.pem.crt
130
130
```
131
131
132
-
* IoT Edge for Linux on Windows (EFLOW)
132
+
***IoT Edge for Linux on Windows (EFLOW)**
133
133
```bash
134
134
sudo cp <path>/<root ca certificate>.pem /etc/pki/ca-trust/source/anchors/<root ca certificate>.pem.crt
135
135
```
136
136
137
137
1. Update the certificate store.
138
138
139
-
* Debian/Ubuntu
139
+
***Debian/Ubuntu**
140
140
```bash
141
141
sudo update-ca-certificates
142
142
```
143
143
144
-
145
-
* IoT Edge for Linux on Windows (EFLOW)
144
+
***IoT Edge for Linux on Windows (EFLOW)**
146
145
```bash
147
146
sudo update-ca-trust
148
147
```
149
148
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).
150
149
150
+
151
151
This command should output that one certificate was added to /etc/ssl/certs.
0 commit comments