1singularity(1) singularity(1)
2
3
4
6 singularity-key-export - Export a public or private key into a specific
7 file
8
9
10
12 singularity 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 -s, --secret[=false] export a secret key
34
35
36
38 Exporting a private key:
39
40 $ singularity key export --secret ./private.asc
41
42 Exporting a public key:
43
44 $ singularity key export ./public.asc
45
46
47
48
50 singularity-key(1)
51
52
53
55 11-Mar-2021 Auto generated by spf13/cobra
56
57
58
59Auto generated by spf13/cobra Mar 2021 singularity(1)