File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -463,6 +463,7 @@ Version: **1.0 (Draft)**
463
463
}
464
464
465
465
where:
466
+
466
467
ROLE is a dictionary whose "_type" field describes the role type.
467
468
468
469
KEYID is the identifier of the key signing the ROLE dictionary.
@@ -478,6 +479,7 @@ Version: **1.0 (Draft)**
478
479
}
479
480
480
481
where:
482
+
481
483
KEYTYPE is a string denoting a public key signature system, such
482
484
as RSA or ECDSA.
483
485
@@ -532,7 +534,9 @@ Version: **1.0 (Draft)**
532
534
"keyval" : {"public" : PUBLIC}
533
535
}
534
536
535
- where PUBLIC is in PEM format and a string.
537
+ where:
538
+
539
+ PUBLIC is in PEM format and a string.
536
540
537
541
The KEYID of a key is the hexdigest of the SHA-256 hash of the
538
542
canonical JSON form of the key.
You can’t perform that action at this time.
0 commit comments