1singularity(1)                                                  singularity(1)
2
3
4

NAME

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

SYNOPSIS

12       singularity key export [export options...] <output-file>
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]
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

EXAMPLE

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

SEE ALSO

49       singularity-key(1)
50
51
52

HISTORY

54       18-Feb-2020 Auto generated by spf13/cobra
55
56
57
58Auto generated by spf13/cobra      Feb 2020                     singularity(1)
Impressum