1singularity(1) singularity(1)
2
3
4
6 singularity-sign - Attach a cryptographic signature to an image
7
8
9
11 singularity sign [sign options...] <image path>
12
13
14
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
28 -g, --groupid=0
29 group ID to be signed
30
31
32 -h, --help[=false]
33 help for sign
34
35
36 -i, --id=0
37 descriptor ID to be signed
38
39
40 -k, --keyidx=-1
41 private key to use (index from 'keys list')
42
43
44 -u, --url=" ⟨https://keys.sylabs.io"⟩
45 key server URL
46
47
48
50 $ singularity sign container.sif
51
52
53
54
56 singularity(1)
57
58
59
61 29-May-2019 Auto generated by spf13/cobra
62
63
64
65Auto generated by spf13/cobra May 2019 singularity(1)