From 7cc150af40e7cd1b5172c1532da29255cc463a48 Mon Sep 17 00:00:00 2001 From: Havard Date: Sun, 17 Feb 2019 12:05:19 +0100 Subject: [PATCH] Context to QUICKSTART.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I did the quick-start today and missed some context. This is my suggestion. Thanks for a cool framework! Regards Håvard Signed-off-by: Håvard B Line --- docs/QUICKSTART.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/QUICKSTART.md b/docs/QUICKSTART.md index f75ba806f9..c6ea4ed24f 100644 --- a/docs/QUICKSTART.md +++ b/docs/QUICKSTART.md @@ -11,6 +11,8 @@ The following is a basic workflow in four steps: ```Bash $ repo.py --init ``` +Four sets of keys are created in the `tufkeystore` directory and metadata +is initiated in the `tufrepo` and `tufclient` directories. **Step (2)** - Add a target file to the repo. The file size and hashes of the target file are also written to the Targets metadata file. @@ -36,6 +38,7 @@ tufrepo/ 3 directories, 11 files ``` +The new file `testfile` is added and metadata is updated in the `tufrepo` directory. **Step (3)** - Serve the repo ```Bash @@ -72,6 +75,9 @@ $ tree 5 directories, 11 files ``` +client.py verified metadata from the server and downloaded content. The client has now verified and obtained `testfile`. +The scope of TUF ends here. + ---- See [CLI.md](CLI.md) and [CLI_EXAMPLES.md](CLI_EXAMPLES.md) to learn about the