Skip to content

Commit 858b388

Browse files
committed
KIDs must be stable across restarts
1 parent da94650 commit 858b388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The following key types are supported:
259259

260260
Each entry must have a unique `kid`, plus the key itself.
261261
The `kid` can be any case-sensitive string value as long as it is unique to this list;
262-
`kid` values don’t need to be stable across restarts.
262+
a key’s `kid` value must be stable across restarts.
263263
The key can either be specified inline (with the `key` property),
264264
or loaded from a file (with the `key_file` property).
265265
The following key formats are supported:

0 commit comments

Comments
 (0)