singularity key search¶
Search for keys on a key server
Synopsis¶
The ‘key search’ command allows you to connect to a key server and look for public keys matching the argument passed to the command line. You can also search for a key by fingerprint or key ID by adding ‘0x’ before the fingerprint. (Maximum 100 search entities)
singularity key search [search options...] <search_string>
Examples¶
$ singularity key search sylabs.io
# note the '0x' before the fingerprint:
$ singularity key search 0x8883491F4268F173C6E5DC49EDECE4F3F38D871E
# search by key ID: (again, there's '0x' before the ID)
$ singularity key search 0xF38D871E
Options¶
-h, --help help for search
-u, --url string specify the key server URL (default "https://keys.sylabs.io")