logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

singularity-sign - Add digital signature(s) to an image

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.

       Key material can be provided via PEM-encoded file, or an entity in the PGP
         keyring. To manage the PGP keyring, see 'singularity help key'.

Example

         Sign with a private key:
         $ singularity sign --key private.pem container.sif

         Sign with PGP:
         $ singularity sign container.sif

History

       27-Feb-2025 Auto generated by spf13/cobra

Auto generated by spf13/cobra                       Feb 2025                                      singularity(1)

Name

       singularity-sign - Add digital signature(s) to an image

Options

-g, --group-id=0      sign objects with the specified group ID

       -h, --help[=false]      help for sign

       --key=""      path to the private key file

       -k, --keyidx=0      PGP private key to use (index from 'key list --secret')

       -i, --sif-id=0      sign object with the specified ID

See Also

singularity(1)

Synopsis

singularitysign[signoptions...]

See Also