Skip to content

Commit 7651460

Browse files
authored
encryption-at-rest: fix the file size (#16496) (#16504)
1 parent 1cabf3c commit 7651460

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
@@ -118,7 +118,7 @@ type = "file"
118118
path = "/path/to/key/file"
119119
```
120120

121-
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:
121+
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:
122122

123123
```
124124
3b5896b5be691006e0f71c3040a29495ddcad20b14aff61806940ebd780d3c62

0 commit comments

Comments
 (0)