Skip to content

Commit 9aa0515

Browse files
authored
encryption-at-rest: fix the file size (#16496) (#16506)
1 parent a42d977 commit 9aa0515

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

encryption-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ type = "file"
7070
path = "/path/to/key/file"
7171
```
7272

73-
Here `path` is the path to the key file. The file must contain a 256 bits (or 16 bytes) key encoded as hex string, end with a newline (`\n`) and contain nothing else. Example of the file content:
73+
Here `path` is the path to the key file. The file must contain a 256 bits (or 32 bytes) key encoded as hex string, end with a newline (`\n`) and contain nothing else. Example of the file content:
7474

7575
```
7676
3b5896b5be691006e0f71c3040a29495ddcad20b14aff61806940ebd780d3c62

0 commit comments

Comments
 (0)