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...] <key-fingerprint> <output-
13       file>
14
15
16

DESCRIPTION

18       The 'key export' command allows you to export a key and save it to a
19       file.
20
21
22

OPTIONS

24       -a, --armor[=false]
25           ascii armored format
26
27
28       -h, --help[=false]
29           help for export
30
31
32       -s, --secret[=false]
33           export a secret key
34
35
36

EXAMPLE

38                Exporting a private key:
39
40                $ singularity key export --secret <path_to_file>
41
42                Exporting a public key:
43
44                $ singularity key export <path_to_file>
45
46
47
48
49

SEE ALSO

51       singularity-key(1)
52
53
54

HISTORY

56       29-May-2019 Auto generated by spf13/cobra
57
58
59
60Auto generated by spf13/cobra      May 2019                     singularity(1)
Impressum