Skip to content

Commit 4aae922

Browse files
committed
Fix ls command output
1 parent d80860b commit 4aae922

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -197,24 +197,24 @@ To enable secure connections, every IoT Edge parent device in a gateway scenario
197197
The output of list with correct ownership and permission is similar to the following:
198198

199199
```Output
200-
azureUser@vm-h2hnm5j5uxk2a:/var/aziot$ sudo ls -Rla /var/aziot
200+
azureUser@vm:/var/aziot$ sudo ls -Rla /var/aziot
201201
/var/aziot:
202202
total 16
203203
drwxr-xr-x 4 root root 4096 Dec 14 00:16 .
204204
drwxr-xr-x 15 root root 4096 Dec 14 00:15 ..
205-
drw-r--r-- 2 aziotcs aziotcs 4096 Jan 14 00:31 certs
206-
drwx------ 2 aziotks aziotks 4096 Jan 14 00:35 secrets
207-
205+
drwxr-xr-x 2 aziotcs aziotcs 4096 Jan 14 00:31 certs
206+
drwx------ 2 aziotks aziotks 4096 Jan 23 17:23 secrets
207+
208208
/var/aziot/certs:
209209
total 20
210-
drw-r--r-- 2 aziotcs aziotcs 4096 Jan 14 00:31 .
210+
drwxr-xr-x 2 aziotcs aziotcs 4096 Jan 14 00:31 .
211211
drwxr-xr-x 4 root root 4096 Dec 14 00:16 ..
212212
-rw-r--r-- 1 aziotcs aziotcs 1984 Jan 14 00:24 azure-iot-test-only.root.ca.cert.pem
213213
-rw-r--r-- 1 aziotcs aziotcs 5887 Jan 14 00:27 iot-edge-device-ca-gateway-full-chain.cert.pem
214-
214+
215215
/var/aziot/secrets:
216-
total 20
217-
drwx------ 2 aziotks aziotks 4096 Jan 14 00:35 .
216+
total 16
217+
drwx------ 2 aziotks aziotks 4096 Jan 23 17:23 .
218218
drwxr-xr-x 4 root root 4096 Dec 14 00:16 ..
219219
-rw------- 1 aziotks aziotks 3326 Jan 14 00:29 azure-iot-test-only.root.ca.key.pem
220220
-rw------- 1 aziotks aziotks 3243 Jan 14 00:28 iot-edge-device-ca-gateway.key.pem

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -104,27 +104,27 @@ sudo ls -Rla /var/aziot
104104
The output of list with correct ownership and permission is similar to the following:
105105

106106
```Output
107-
azureUser@vm-h2hnm5j5uxk2a:/var/aziot$ sudo ls -Rla /var/aziot
107+
azureUser@vm:/var/aziot$ sudo ls -Rla /var/aziot
108108
/var/aziot:
109109
total 16
110110
drwxr-xr-x 4 root root 4096 Dec 14 00:16 .
111111
drwxr-xr-x 15 root root 4096 Dec 14 00:15 ..
112-
drw-r--r-- 2 aziotcs aziotcs 4096 Jan 14 00:31 certs
113-
drwx------ 2 aziotks aziotks 4096 Jan 14 00:35 secrets
112+
drwxr-xr-x 2 aziotcs aziotcs 4096 Jan 14 00:31 certs
113+
drwx------ 2 aziotks aziotks 4096 Jan 23 17:23 secrets
114114
115115
/var/aziot/certs:
116116
total 20
117-
drw-r--r-- 2 aziotcs aziotcs 4096 Jan 14 00:31 .
117+
drwxr-xr-x 2 aziotcs aziotcs 4096 Jan 14 00:31 .
118118
drwxr-xr-x 4 root root 4096 Dec 14 00:16 ..
119119
-rw-r--r-- 1 aziotcs aziotcs 1984 Jan 14 00:24 azure-iot-test-only.root.ca.cert.pem
120-
-rw-r--r-- 1 aziotcs aziotcs 5887 Jan 14 00:27 iot-device-devicename-full-chain.cert.pem
120+
-rw-r--r-- 1 aziotcs aziotcs 5887 Jan 14 00:27 iot-edge-device-ca-devicename-full-chain.cert.pem
121121
122122
/var/aziot/secrets:
123-
total 20
124-
drwx------ 2 aziotks aziotks 4096 Jan 14 00:35 .
123+
total 16
124+
drwx------ 2 aziotks aziotks 4096 Jan 23 17:23 .
125125
drwxr-xr-x 4 root root 4096 Dec 14 00:16 ..
126126
-rw------- 1 aziotks aziotks 3326 Jan 14 00:29 azure-iot-test-only.root.ca.key.pem
127-
-rw------- 1 aziotks aziotks 3243 Jan 14 00:28 iot-device-devicename.key.pem
127+
-rw------- 1 aziotks aziotks 3243 Jan 14 00:28 iot-edge-device-ca-devicename.key.pem
128128
```
129129

130130
## Manage trusted root CA (trust bundle)

0 commit comments

Comments
 (0)