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       -g, --groupid=0
33           group ID to be verified
34
35
36       -h, --help[=false]
37           help for verify
38
39
40       -i, --id=0
41           descriptor ID to be verified
42
43
44       -l, --local[=false]
45           only verify with local keys
46
47
48       -u, --url=" ⟨https://keys.sylabs.io"⟩
49           key server URL
50
51
52

EXAMPLE

54                $ singularity verify container.sif
55
56
57
58

SEE ALSO

60       singularity(1)
61
62
63

HISTORY

65       29-May-2019 Auto generated by spf13/cobra
66
67
68
69Auto generated by spf13/cobra      May 2019                     singularity(1)
Impressum