mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Update tuf-spec.txt
All delegated metadata is stored in one flat directory.
This commit is contained in:
parent
b17bd8b9ea
commit
53b16aefd1
1 changed files with 6 additions and 2 deletions
|
|
@ -412,13 +412,17 @@ Version 1.0 (Draft)
|
|||
When the targets role delegates trust to other roles, each delegated role
|
||||
provides one signed metadata file. This file is located at:
|
||||
|
||||
/targets/DELEGATED_ROLE.json
|
||||
/DELEGATED_ROLE.json
|
||||
|
||||
where DELEGATED_ROLE is the name of the delegated role that has been
|
||||
specified in targets.json. If this role further delegates trust to a role
|
||||
named ANOTHER_ROLE, that role's signed metadata file is made available at:
|
||||
|
||||
/targets/DELEGATED_ROLE/ANOTHER_ROLE.json
|
||||
/ANOTHER_ROLE.json
|
||||
|
||||
As is the case with the directory structure of top-level metadata, the
|
||||
delegated files are relative to the base URL of metadata available from
|
||||
a given repository mirror.
|
||||
|
||||
4. Document formats
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue