1JCAT-TOOL(1) User Commands JCAT-TOOL(1)
2
3
4
6 jcat-tool - Standalone detached signature utility
7
9 Usage:
10 jcat-tool [OPTIONâ.¦]
11
12 add-alias FILENAME ID ALIAS_ID
13 Add an alias for a specific item
14
15 export FILENAME
16 Exports all embedded signatures to files
17
18 import FILENAME DATA DETACHED_KEY
19 Import an existing signature to a file
20
21 info FILENAME
22 Show information about a file
23
24 remove-alias FILENAME ID ALIAS_ID
25 Remove an alias for a specific item
26
27 self-sign FILENAME SOURCE
28 Add a self-signed signature to a file
29
30 sign FILENAME SOURCE CERT PRIVKEY
31 Add a signature to a file
32
33 verify FILENAME [SOURCE]
34 Verify a signature from a file
35
36 Help Options:
37 -h, --help
38 Show help options
39
40 Application Options:
41 --version
42 Print the version number
43
44 -v, --verbose
45 Print verbose debug statements
46
47 --basename
48 Only consider the basename for the ID
49
50 --disable-time-checks
51 Disable time checks when verifying
52
53 --public-key
54 Location of public key used for verification
55
56 --public-keys
57 Location of public key directories used for verification
58
59 --prefix
60 Prefix for import and output files
61
62 --kind Kind for blob, e.g. `gpg`
63
64 --appstream-id
65 Appstream ID for blob, e.g. `com.bbc`
66
67 --keyring
68 Keyring location, e.g. `/var/lib/fwupd`
69
70
71
72jcat-tool 0.1.6 February 2021 JCAT-TOOL(1)