1singularity(1)                                                  singularity(1)
2
3
4

NAME

6       singularity-verify - Verify cryptographic signatures attached to an
7       image
8
9
10

SYNOPSIS

12       singularity verify [verify options...] <image path>
13
14
15

DESCRIPTION

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
24       applied 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

OPTIONS

32       -a, --all[=false]
33           verify all non-signature partitions in a SIF
34
35
36       -g, --groupid=0
37           group ID to be verified
38
39
40       -h, --help[=false]
41           help for verify
42
43
44       -j, --json[=false]
45           output json
46
47
48       -l, --local[=false]
49           only verify with local keys
50
51
52       -i, --sif-id=0
53           descriptor ID to be verified (default system-partition)
54
55
56       -u, --url=" ⟨https://keys.sylabs.io"⟩
57           key server URL
58
59
60

EXAMPLE

62                $ singularity verify container.sif
63
64
65
66

SEE ALSO

68       singularity(1)
69
70
71

HISTORY

73       18-Feb-2020 Auto generated by spf13/cobra
74
75
76
77Auto generated by spf13/cobra      Feb 2020                     singularity(1)
Impressum