1apptainer(1) apptainer(1)
2
3
4
6 apptainer-key-pull - Download a public key from a key server
7
8
9
11 apptainer key pull [pull options...]
12
13
14
16 The 'key pull' command allows you to retrieve public key material from
17 a
18 remote key server, and add it to your keyring. Note that Apptainer
19 consults
20 your keyring when running commands such as 'apptainer verify', and
21 thus
22 adding a key to your keyring implies a level of trust. Because of
23 this, it is
24 recommended that you verify the fingerprint of the key with its owner
25 prior
26 to running this command.
27
28
29
31 -g, --global[=false] manage global public keys (import/pull/remove
32 are restricted to root user or unprivileged installation only)
33
34
35 -h, --help[=false] help for pull
36
37
38 -u, --url="" specify the key server URL
39
40
41
43 $ apptainer key pull 8883491F4268F173C6E5DC49EDECE4F3F38D871E
44
45
46
47
49 apptainer-key(1)
50
51
52
54 22-Jun-2022 Auto generated by spf13/cobra
55
56
57
58Auto generated by spf13/cobra Jun 2022 apptainer(1)