From 461c3e4a6fadce084cfb3eddd423daf08855e65b Mon Sep 17 00:00:00 2001 From: Vladimir Diaz Date: Fri, 2 Mar 2018 16:15:22 -0500 Subject: [PATCH] Update CLI.md to remove note Signed-off-by: Vladimir Diaz --- docs/CLI.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/docs/CLI.md b/docs/CLI.md index a1a9ac03..e10dad1f 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -80,10 +80,10 @@ $ repo.py --key --path --pw [my_password], --filen ## Sign metadata ## -Sign, using the specified key argument, the metadata of the role indicated by ---role. If no key argument or --role is given, the Targets role or its key is -used. The Snapshot and Timestamp role are also automatically signed, if -possible. +Sign, using the specified key, the metadata of the role indicated by --role +(must be Targets or a delegated role). If no key argument or --role is given, +the Targets role or its key is used. The Snapshot and Timestamp role are also +automatically signed, if possible. ```Bash $ repo.py --sign $ repo.py --sign @@ -97,8 +97,7 @@ $ repo.py --sign /path/to/timestamp_key --role timestamp ``` Note: In the future, the user might have the option of disabling automatic -signing of Snapshot and Timestamp metadata. Only ECDSA keys are -presently supported with `--sign`, but other key types will be added. +signing of Snapshot and Timestamp metadata.