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

NAME

6       apptainer-verify - Verify digital signature(s) within an image
7
8
9

SYNOPSIS

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

DESCRIPTION

16       The  verify  command allows a user to verify one or more digital signa‐
17       tures
18         within a SIF image.
19
20
21       Key material can be provided via  PEM-encoded  file,  or  via  the  PGP
22       keyring. To
23         manage the PGP keyring, see 'apptainer help key'.
24
25
26

OPTIONS

28       -a, --all[=false]      verify all objects
29
30
31       --certificate=""      path to the certificate
32
33
34       --certificate-intermediates=""       path  to pool of intermediate cer‐
35       tificates
36
37
38       --certificate-roots=""      path to pool of root certificates
39
40
41       -g, --group-id=0      verify objects with the specified group ID
42
43
44       -h, --help[=false]      help for verify
45
46
47       -j, --json[=false]      output json
48
49
50       --key=""      path to the public key file
51
52
53       --legacy-insecure[=false]      enable verification of (insecure) legacy
54       signatures
55
56
57       -l, --local[=false]      only verify with local key(s) in keyring
58
59
60       --ocsp-verify[=false]       enable online revocation check for certifi‐
61       cates
62
63
64       -i, --sif-id=0      verify object with the specified ID
65
66
67       -u, --url=""      specify a URL for a key server
68
69
70

EXAMPLE

72                Verify with a public key:
73                $ apptainer verify --key public.pem container.sif
74
75                Verify with PGP:
76                $ apptainer verify container.sif
77
78
79
80

SEE ALSO

82       apptainer(1)
83
84
85

HISTORY

87       22-Nov-2023 Auto generated by spf13/cobra
88
89
90
91Auto generated by spf13/cobra      Nov 2023                       apptainer(1)
Impressum