File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -257,10 +257,11 @@ The following key types are supported:
257
257
- ECDSA with the P-384 (`secp384r1`) curve
258
258
- ECDSA with the K-256 (`secp256k1`) curve
259
259
260
- Each entry must have a unique `kid`, plus the key itself. The `kid` can be any
261
- case-sensitive string value as long as it is unique to this list; `kid` values
262
- must not be stable across restarts. The key can either be specified inline (with
263
- the `key` property), or loaded from a file (with the `key_file` property).
260
+ Each entry must have a unique `kid`, plus the key itself.
261
+ The `kid` can be any case-sensitive string value as long as it is unique to this list;
262
+ ` kid` values must not be stable across restarts.
263
+ The key can either be specified inline (with the `key` property),
264
+ or loaded from a file (with the `key_file` property).
264
265
The following key formats are supported :
265
266
266
267
- PKCS#1 PEM or DER-encoded RSA private key
You can’t perform that action at this time.
0 commit comments