Skip to content

Commit 7a741d0

Browse files
committed
Fixing the command
1 parent d2dc515 commit 7a741d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/iot-edge/how-to-manage-device-certificates.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Installing the certificate to the trust bundle file makes it available to contai
111111
```bash
112112
sudo cp /var/aziot/certs/my-root-ca.pem /usr/local/share/ca-certificates/my-root-ca.pem.crt
113113
114-
sudo update-ca-certificates
114+
sudo update-ca-trust
115115
```
116116
117117
# [IoT Edge for Linux on Windows (EFLOW)](#tab/windows)

0 commit comments

Comments
 (0)