1apptainer(1) apptainer(1)
2
3
4
6 apptainer-key-export - Export a public or private key into a specific
7 file
8
9
10
12 apptainer key export [export options...]
13
14
15
17 The 'key export' command allows you to export a key and save it to a
18 file.
19
20
21
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
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
55 apptainer-key(1)
56
57
58
60 29-Mar-2023 Auto generated by spf13/cobra
61
62
63
64Auto generated by spf13/cobra Mar 2023 apptainer(1)