1apptainer(1)                                                      apptainer(1)
2
3
4

NAME

6       apptainer-key-pull - Download a public key from a key server
7
8
9

SYNOPSIS

11       apptainer key pull [pull options...]
12
13
14

DESCRIPTION

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

OPTIONS

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       -d,  --keysdir="/builddir/.apptainer/keys"       set  local keyring dir
39       path,  an  alternative  way  is  to  set  environment  variable   'APP‐
40       TAINER_KEYSDIR'
41
42
43       -u, --url=""      specify the key server URL
44
45
46

EXAMPLE

48                $ apptainer key pull 8883491F4268F173C6E5DC49EDECE4F3F38D871E
49
50
51
52

SEE ALSO

54       apptainer-key(1)
55
56
57

HISTORY

59       10-Jan-2023 Auto generated by spf13/cobra
60
61
62
63Auto generated by spf13/cobra      Jan 2023                       apptainer(1)
Impressum