apptainer-sign - Man Page
Attach digital signature(s) to an image
Synopsis
apptainer 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 'apptainer 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
$ apptainer sign container.sif
See Also
History
25-Apr-2023 Auto generated by spf13/cobra
Referenced By
Apr 2023 Auto generated by spf13/cobra