Skip to content

Commit a8cc099

Browse files
committed
Fix permission typo
1 parent e1b6cbd commit a8cc099

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@ The following table lists the file and directory permissions required for the Io
7676
| File or directory | Permissions | Owner |
7777
|-------------------|-------------|-------|
7878
| `/var/aziot/certs/` certificates directory | drwxr-xr-x (755) | aziotcs |
79-
| Certificate files in `/var/aziot/certs/` | -wr-r--r-- (644) | aziotcs |
79+
| Certificate files in `/var/aziot/certs/` | -rw-r--r-- (644) | aziotcs |
8080
| `/var/aziot/secrets/` keys directory | drwx------ (700)| aziotks |
81-
| Key files in `/var/aziot/secrets/` | -wr------- (600) | aziotks |
81+
| Key files in `/var/aziot/secrets/` | -rw------- (600) | aziotks |
8282
8383
To create the directories, set the permissions, and set the owner, run the following commands:
8484

0 commit comments

Comments
 (0)