- unstable 4.1.5+ds3-1+b2
singularity(1) | singularity(1) |
NAME¶
singularity-sign - 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 key pair, 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 --secret')
-i, --sif-id=0 sign object with the specified ID
EXAMPLE¶
$ singularity sign container.sif
SEE ALSO¶
singularity(1)
HISTORY¶
20-Feb-2022 Auto generated by spf13/cobra
Feb 2022 | Auto generated by spf13/cobra |