Skip to content

Commit 8b8a04f

Browse files
committed
Add more navigation headers for file format details
Make it easier to find key formats and, more importantly because it's often missed, date-time recommendations. Signed-off-by: Joshua Lock <[email protected]>
1 parent df2fa86 commit 8b8a04f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tuf-spec.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,9 @@ All signed metadata objects have the format:
545545
::
546546
A hex-encoded signature of the canonical form of the metadata for <a for="role">ROLE</a>.
547547

548+
## File formats: keys ## {#file-formats-keys}
548549

549-
All <dfn>KEY</dfn>s have the format:
550+
All <dfn>KEY</dfn> objects have the format:
550551

551552
<pre highlight="json">
552553
{
@@ -654,6 +655,8 @@ The <dfn for="keytype">"ecdsa"</dfn> format is:
654655
::
655656
PEM format and a string.
656657

658+
## File formats: date-time ## {#file-formats-date-time}
659+
657660
Metadata <dfn>date-time</dfn> follows the ISO 8601 standard. The expected
658661
format of the combined date and time string is "YYYY-MM-DDTHH:MM:SSZ". Time is
659662
always in UTC, and the "Z" time zone designator is attached to indicate a

0 commit comments

Comments
 (0)