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       -s, --secret[=false]      export a secret key
34
35
36

EXAMPLE

38                Exporting a private key:
39
40                $ apptainer key export --secret ./private.asc
41
42                Exporting a public key:
43
44                $ apptainer key export ./public.asc
45
46
47
48

SEE ALSO

50       apptainer-key(1)
51
52
53

HISTORY

55       22-Jun-2022 Auto generated by spf13/cobra
56
57
58
59Auto generated by spf13/cobra      Jun 2022                       apptainer(1)
Impressum