Skip to content

Commit d4d542a

Browse files
authored
encryption-at-rest: fix the file size (#16496) (#16502)
1 parent 013733f commit d4d542a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

encryption-at-rest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ type = "file"
114114
path = "/path/to/key/file"
115115
```
116116

117-
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:
117+
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:
118118

119119
```
120120
3b5896b5be691006e0f71c3040a29495ddcad20b14aff61806940ebd780d3c62

0 commit comments

Comments
 (0)