mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
List the --pw argument in CLI.md
Signed-off-by: Vladimir Diaz <vladimir.v.diaz@gmail.com>
This commit is contained in:
parent
e336dfb10a
commit
b3104f6616
1 changed files with 7 additions and 0 deletions
|
|
@ -22,6 +22,13 @@ $ repo.py --init repo/
|
|||
|
||||
|
||||
|
||||
By default, `pw` is used to encrypt the top-level key files. Instead, the user
|
||||
can be prompted for a password.
|
||||
```Bash
|
||||
$ repo.py --init --pw
|
||||
```
|
||||
|
||||
|
||||
Create a TUF repository in the current working directory. A cryptographic key
|
||||
is *not* created nor set for each top-level role.
|
||||
```Bash
|
||||
|
|
|
|||
Loading…
Reference in a new issue