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...] <output-file>
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]
24 ascii armored format
25
26
27 -h, --help[=false]
28 help for export
29
30
31 -s, --secret[=false]
32 export a secret key
33
34
35
37 Exporting a private key:
38
39 $ singularity key export --secret ./private.asc
40
41 Exporting a public key:
42
43 $ singularity key export ./public.asc
44
45
46
47
49 singularity-key(1)
50
51
52
54 21-Oct-2019 Auto generated by spf13/cobra
55
56
57
58Auto generated by spf13/cobra Oct 2019 singularity(1)