Skip to content

Commit 8df1d41

Browse files
Another revision to format of text
Signed-off-by: Vladimir Diaz <[email protected]>
1 parent d96fb48 commit 8df1d41

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tuf-spec.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,7 @@ Version: **1.0 (Draft)**
463463
}
464464

465465
where:
466+
466467
ROLE is a dictionary whose "_type" field describes the role type.
467468

468469
KEYID is the identifier of the key signing the ROLE dictionary.
@@ -478,6 +479,7 @@ Version: **1.0 (Draft)**
478479
}
479480

480481
where:
482+
481483
KEYTYPE is a string denoting a public key signature system, such
482484
as RSA or ECDSA.
483485

@@ -532,7 +534,9 @@ Version: **1.0 (Draft)**
532534
"keyval" : {"public" : PUBLIC}
533535
}
534536

535-
where PUBLIC is in PEM format and a string.
537+
where:
538+
539+
PUBLIC is in PEM format and a string.
536540

537541
The KEYID of a key is the hexdigest of the SHA-256 hash of the
538542
canonical JSON form of the key.

0 commit comments

Comments
 (0)