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

NAME

6       apptainer-key-export  -  Export a public or private key into a specific
7       file
8
9
10

SYNOPSIS

12       apptainer key export [export options...]
13
14
15

DESCRIPTION

17       The 'key export' command allows you to export a key and save  it  to  a
18       file.
19
20
21

OPTIONS

23       -a, --armor[=false]      ascii armored format
24
25
26       -g, --global[=false]      manage global public keys (import/pull/remove
27       are restricted to root user or unprivileged installation only)
28
29
30       -h, --help[=false]      help for export
31
32
33       -d, --keysdir="/builddir/.apptainer/keys"      set  local  keyring  dir
34       path,   an  alternative  way  is  to  set  environment  variable  'APP‐
35       TAINER_KEYSDIR'
36
37
38       -s, --secret[=false]      export a secret key
39
40
41

EXAMPLE

43                Exporting a private key:
44
45                $ apptainer key export --secret ./private.asc
46
47                Exporting a public key:
48
49                $ apptainer key export ./public.asc
50
51
52
53

SEE ALSO

55       apptainer-key(1)
56
57
58

HISTORY

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