1singularity(1) singularity(1)
2
3
4
6 singularity-key-search - Search for keys on a key server
7
8
9
11 singularity key search [search options...] <search_string>
12
13
14
16 The 'key search' command allows you to connect to a key server and look
17 for
18 public keys matching the argument passed to the command line. You can
19 also
20 search for a key by fingerprint or key ID by adding '0x' before the
21 fingerprint. (Maximum 100 search entities)
22
23
24
26 -h, --help[=false]
27 help for search
28
29
30 -l, --long-list[=false]
31 output long list when searching for keys
32
33
34 -u, --url=" ⟨https://keys.sylabs.io"⟩
35 specify the key server URL
36
37
38
40 $ singularity key search sylabs.io
41
42 # note the '0x' before the fingerprint:
43 $ singularity key search 0x8883491F4268F173C6E5DC49EDECE4F3F38D871E
44
45 # search by key ID: (again, there's '0x' before the ID)
46 $ singularity key search 0xF38D871E
47
48
49
50
52 singularity-key(1)
53
54
55
57 21-Oct-2019 Auto generated by spf13/cobra
58
59
60
61Auto generated by spf13/cobra Oct 2019 singularity(1)