1apptainer(1)                                                      apptainer(1)
2
3
4

NAME

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

SYNOPSIS

11       apptainer 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/.apptainer/keys).
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
44
45
46

EXAMPLE

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

SEE ALSO

55       apptainer-key(1)
56
57
58

HISTORY

60       22-Jun-2022 Auto generated by spf13/cobra
61
62
63
64Auto generated by spf13/cobra      Jun 2022                       apptainer(1)
Impressum