1apptainer(1) apptainer(1)
2
3
4
6 apptainer-key-newpair - Create a new key pair
7
8
9
11 apptainer key newpair
12
13
14
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/.apptainer/keys).
20
21
22
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 -d, --keysdir="/builddir/.apptainer/keys" set local keyring dir
37 path, an alternative way is to set environment variable 'APP‐
38 TAINER_KEYSDIR'
39
40
41 -N, --name="" key owner name
42
43
44 -P, --password="" key password
45
46
47 -U, --push[=false] specify to push the public key to the remote
48 keystore
49
50
51
53 $ apptainer key newpair
54 $ apptainer key newpair --password=psk --name=your-name --comment="key comment" --email=mail@email.com --push=false
55
56
57
58
60 apptainer-key(1)
61
62
63
65 10-Jan-2023 Auto generated by spf13/cobra
66
67
68
69Auto generated by spf13/cobra Jan 2023 apptainer(1)