.nh .TH "singularity" "1" "Feb 2023" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-verify - Verify cryptographic signatures attached to an image .SH SYNOPSIS .PP \fBsingularity verify [verify options...] \fP .SH DESCRIPTION .PP The verify command allows a user to verify cryptographic signatures on SIF container files. There may be multiple signatures for data objects and multiple data objects signed. By default the command searches for the primary partition signature. If found, a list of all verification blocks applied on the primary partition is gathered so that data integrity (hashing) and signature verification is done for all those blocks. .SH OPTIONS .PP \fB-a\fP, \fB--all\fP[=false] verify all objects .PP \fB-g\fP, \fB--group-id\fP=0 verify objects with the specified group ID .PP \fB-h\fP, \fB--help\fP[=false] help for verify .PP \fB-j\fP, \fB--json\fP[=false] output json .PP \fB--legacy-insecure\fP[=false] enable verification of (insecure) legacy signatures .PP \fB-l\fP, \fB--local\fP[=false] only verify with local key(s) in keyring .PP \fB-i\fP, \fB--sif-id\fP=0 verify object with the specified ID .PP \fB-u\fP, \fB--url\fP="" specify a URL for a key server .SH EXAMPLE .PP .RS .nf $ singularity verify container.sif .fi .RE .SH SEE ALSO .PP \fBsingularity(1)\fP .SH HISTORY .PP 13-Feb-2023 Auto generated by spf13/cobra