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 search for a key by fingerprint or key ID by adding '0x' before
20 the
21 fingerprint. (Maximum 100 search entities)
22
23
24
26 -h, --help[=false]
27 help for search
28
29
30 -u, --url=" ⟨https://keys.sylabs.io"⟩
31 specify the key server URL
32
33
34
36 $ singularity key search sylabs.io
37
38 # note the '0x' before the fingerprint:
39 $ singularity key search 0x8883491F4268F173C6E5DC49EDECE4F3F38D871E
40
41 # search by key ID: (again, there's '0x' before the ID)
42 $ singularity key search 0xF38D871E
43
44
45
46
48 singularity-key(1)
49
50
51
53 29-May-2019 Auto generated by spf13/cobra
54
55
56
57Auto generated by spf13/cobra May 2019 singularity(1)