1singularity(1) singularity(1)
2
3
4
6 singularity-verify - Verify cryptographic signatures attached to an im‐
7 age
8
9
10
12 singularity verify [verify options...]
13
14
15
17 The verify command allows a user to verify cryptographic signatures on
18 SIF
19 container files. There may be multiple signatures for data objects
20 and
21 multiple data objects signed. By default the command searches for the
22 primary
23 partition signature. If found, a list of all verification blocks ap‐
24 plied on
25 the primary partition is gathered so that data integrity (hashing)
26 and
27 signature verification is done for all those blocks.
28
29
30
32 -a, --all[=false] verify all objects
33
34
35 -g, --group-id=0 verify objects with the specified group ID
36
37
38 -h, --help[=false] help for verify
39
40
41 -j, --json[=false] output json
42
43
44 --legacy-insecure[=false] enable verification of (insecure) legacy
45 signatures
46
47
48 -l, --local[=false] only verify with local key(s) in keyring
49
50
51 -i, --sif-id=0 verify object with the specified ID
52
53
54 -u, --url="" specify a URL for a key server
55
56
57
59 $ singularity verify container.sif
60
61
62
63
65 singularity(1)
66
67
68
70 9-Nov-2021 Auto generated by spf13/cobra
71
72
73
74Auto generated by spf13/cobra Nov 2021 singularity(1)