...
1## in-toto sign
2
3Provides command line interface to sign in-toto link or layout metadata
4
5### Synopsis
6
7Provides command line interface to sign in-toto link or layout metadata
8
9```
10in-toto sign [flags]
11```
12
13### Options
14
15```
16 -f, --file string Path to link or layout file to be signed or verified.
17 -h, --help help for sign
18 -k, --key string Path to PEM formatted private key used to sign the passed
19 root layout's signature(s). Passing exactly one key using
20 '--key' is required.
21 -o, --output string Path to store metadata file after signing
22 --verify Verify signature of signed file
23```
24
25### SEE ALSO
26
27* [in-toto](in-toto.md) - Framework to secure integrity of software supply chains
28
View as plain text