1apptainer(1)                                                      apptainer(1)
2
3
4

NAME

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

SYNOPSIS

11       apptainer verify [verify options...]
12
13
14

DESCRIPTION

16       The  verify command allows a user to verify cryptographic signatures on
17       SIF
18         container files. There may be multiple signatures  for  data  objects
19       and
20         multiple data objects signed. By default the command searches for the
21       primary
22         partition signature. If found, a list of all verification blocks  ap‐
23       plied on
24         the  primary  partition  is gathered so that data integrity (hashing)
25       and
26         signature verification is done for all those blocks.
27
28
29

OPTIONS

31       -a, --all[=false]      verify all objects
32
33
34       -g, --group-id=0      verify objects with the specified group ID
35
36
37       -h, --help[=false]      help for verify
38
39
40       -j, --json[=false]      output json
41
42
43       --legacy-insecure[=false]      enable verification of (insecure) legacy
44       signatures
45
46
47       -l, --local[=false]      only verify with local key(s) in keyring
48
49
50       -i, --sif-id=0      verify object with the specified ID
51
52
53       -u, --url=""      specify a URL for a key server
54
55
56

EXAMPLE

58                $ apptainer verify container.sif
59
60
61
62

SEE ALSO

64       apptainer(1)
65
66
67

HISTORY

69       22-Jun-2022 Auto generated by spf13/cobra
70
71
72
73Auto generated by spf13/cobra      Jun 2022                       apptainer(1)
Impressum