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

NAME

6       singularity-sign - Attach a cryptographic signature to an image
7
8
9

SYNOPSIS

11       singularity sign [sign options...] <image path>
12
13
14

DESCRIPTION

16       The sign command allows a user to create a cryptographic signature on
17       either a
18         single data object or a list of data objects within the same SIF
19       group. By
20         default without parameters, the command searches for the primary
21       partition and
22         creates a verification block that is then added to the SIF container
23       file.
24
25
26       To generate a keypair, see 'singularity help key newpair'
27
28
29

OPTIONS

31       -a, --all[=false]
32           sign all non-signature partitions in a SIF
33
34
35       -g, --groupid=0
36           group ID to be signed
37
38
39       -h, --help[=false]
40           help for sign
41
42
43       -k, --keyidx=-1
44           private key to use (index from 'keys list')
45
46
47       -i, --sif-id=0
48           descriptor ID to be signed (default system-partition)
49
50
51       -u, --url=" ⟨https://keys.sylabs.io"⟩
52           key server URL
53
54
55

EXAMPLE

57                $ singularity sign container.sif
58
59
60
61

SEE ALSO

63       singularity(1)
64
65
66

HISTORY

68       18-Feb-2020 Auto generated by spf13/cobra
69
70
71
72Auto generated by spf13/cobra      Feb 2020                     singularity(1)
Impressum