singularity-sign - Man Page
Attach digital signature(s) to an image
Synopsis
singularity sign [sign options...]
Description
The sign command allows a user to add one or more digital signatures to a SIF
image. By default, one digital signature is added for each object group in
the file.
To generate a keypair, see 'singularity help key newpair'
Options
-g, --group-id=0 sign objects with the specified group ID
-h, --help[=false] help for sign
-k, --keyidx=0 private key to use (index from 'key list')
-i, --sif-id=0 sign object with the specified ID
Example
$ singularity sign container.sif
See Also
History
27-Jan-2021 Auto generated by spf13/cobra
Referenced By
Jan 2021 Auto generated by spf13/cobra