Update CLI.md to remove note

Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
Vladimir Diaz 2018-03-02 16:15:22 -05:00
parent 6158f96f30
commit 461c3e4a6f
No known key found for this signature in database
GPG key ID: 5DEE9B97B0E2289A

View file

@ -80,10 +80,10 @@ $ repo.py --key <keytype> --path </path/to/repo_dir> --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 </path/to/key>
@ -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.