1skopeo-generate-sigstore-key(1)() skopeo-generate-sigstore-key(1)()
2
3
4
6 skopeo-generate-sigstore-key - Generate a sigstore public/private key
7 pair.
8
9
11 skopeo generate-sigstore-key [options] --output-prefix prefix
12
13
15 Generates a public/private key pair suitable for creating sigstore im‐
16 age signatures. The private key is encrypted with a passphrase; if one
17 is not provided using an option, this command prompts for it interac‐
18 tively.
19
20
21 The private key is written to prefix.private . The private key is
22 written to prefix.pub .
23
24
26 See also skopeo(1) for options placed before the subcommand name.
27
28
29 --help, -h
30
31
32 Print usage statement
33
34
35 --output-prefix prefix
36
37
38 Mandatory. Path prefix for the output keys (prefix.private and pre‐
39 fix.pub).
40
41
42 --passphrase-file path
43
44
45 The passphare to use to encrypt the private key. Only the first line
46 will be read. A passphrase stored in a file is of questionable secu‐
47 rity if other users can read this file. Do not use this option if at
48 all avoidable.
49
50
52 $ skopeo generate-sigstore-key --output-prefix mykey
53
54
55
56
58 skopeo(1), skopeo-copy(1), containers-policy.json(5)
59
60
62 Miloslav Trmač mitr@redhat.com ⟨mailto:mitr@redhat.com⟩
63
64
65
66 skopeo-generate-sigstore-key(1)()