singularity verify¶
Verify cryptographic signatures attached to an image
Synopsis¶
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.
singularity verify [verify options...] <image path>
Examples¶
$ singularity verify container.sif
Options¶
-g, --groupid uint32 group ID to be verified
-h, --help help for verify
-i, --id uint32 descriptor ID to be verified
-l, --local only verify with local keys
-u, --url string key server URL (default "https://keys.sylabs.io")
SEE ALSO¶
Linux container platform optimized for High Performance Computing (HPC) and Enterprise Performance Computing (EPC)
Auto generated by spf13/cobra on 26-Jun-2019