1apptainer(1) apptainer(1)
2
3
4
6 apptainer-sign - Add digital signature(s) to an image
7
8
9
11 apptainer sign [sign options...]
12
13
14
16 The sign command allows a user to add one or more digital signatures to
17 a SIF
18 image. By default, one digital signature is added for each object
19 group in
20 the file.
21
22
23 Key material can be provided via PEM-encoded file, or an entity in the
24 PGP
25 keyring. To manage the PGP keyring, see 'apptainer help key'.
26
27
28
30 -g, --group-id=0 sign objects with the specified group ID
31
32
33 -h, --help[=false] help for sign
34
35
36 --key="" path to the private key file
37
38
39 -k, --keyidx=0 PGP private key to use (index from 'key list --se‐
40 cret')
41
42
43 -i, --sif-id=0 sign object with the specified ID
44
45
46
48 Sign with a private key:
49 $ apptainer sign --key private.pem container.sif
50
51 Sign with PGP:
52 $ apptainer sign container.sif
53
54
55
56
58 apptainer(1)
59
60
61
63 22-Nov-2023 Auto generated by spf13/cobra
64
65
66
67Auto generated by spf13/cobra Nov 2023 apptainer(1)