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

NAME

6       singularity-sign - Add digital signature(s) to an image
7
8
9

SYNOPSIS

11       singularity sign [sign options...]
12
13
14

DESCRIPTION

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 'singularity help key'.
26
27
28

OPTIONS

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

EXAMPLE

48                Sign with a private key:
49                $ singularity sign --key private.pem container.sif
50
51                Sign with PGP:
52                $ singularity sign container.sif
53
54
55
56

SEE ALSO

58       singularity(1)
59
60
61

HISTORY

63       18-Sep-2023 Auto generated by spf13/cobra
64
65
66
67Auto generated by spf13/cobra      Sep 2023                     singularity(1)
Impressum