1singularity(1) singularity(1)
2
3
4
6 singularity-key-newpair - Create a new key pair
7
8
9
11 singularity key newpair
12
13
14
16 The 'key newpair' command allows you to create a new key or
17 public/private
18 keys to be stored in the default user local key store location (e.g.,
19 $HOME/.singularity/sypgp).
20
21
22
24 -b, --bit-length=4096
25 specify key bit length
26
27
28 -C, --comment=""
29 key comment
30
31
32 -E, --email=""
33 key owner email
34
35
36 -h, --help[=false]
37 help for newpair
38
39
40 -N, --name=""
41 key owner name
42
43
44 -P, --password=""
45 key password
46
47
48 -U, --push[=false]
49 specify to push the public key to the remote keystore (default
50 true)
51
52
53
55 $ singularity key newpair
56 $ singularity key newpair --password=psk --name=your-name --comment="key comment" --email=mail@email.com --push=false
57
58
59
60
62 singularity-key(1)
63
64
65
67 18-Feb-2020 Auto generated by spf13/cobra
68
69
70
71Auto generated by spf13/cobra Feb 2020 singularity(1)