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

NAME

6       singularity-key-newpair - Create a new key pair
7
8
9

SYNOPSIS

11       singularity key newpair
12
13
14

DESCRIPTION

16       The 'key newpair' command allows you to create a new key or public/pri‐
17       vate
18         keys to be stored in the default user local keyring location (e.g.,
19         $HOME/.singularity/sypgp).
20
21
22

OPTIONS

24       -b, --bit-length=4096      specify key bit length
25
26
27       -C, --comment=""      key comment
28
29
30       -E, --email=""      key owner email
31
32
33       -h, --help[=false]      help for newpair
34
35
36       -N, --name=""      key owner name
37
38
39       -P, --password=""      key password
40
41
42       -U, --push[=false]      specify to push the public key  to  the  remote
43       keystore (default true)
44
45
46

EXAMPLE

48                $ singularity key newpair
49                $ singularity key newpair --password=psk --name=your-name --comment="key comment" --email=mail@email.com --push=false
50
51
52
53

SEE ALSO

55       singularity-key(1)
56
57
58

HISTORY

60       9-Nov-2021 Auto generated by spf13/cobra
61
62
63
64Auto generated by spf13/cobra      Nov 2021                     singularity(1)
Impressum