singularity-key-newpair - Man Page
Create a new key pair
Synopsis
singularity key newpair
Description
The 'key newpair' command allows you to create a new key or public/private
keys to be stored in the default user local keyring location (e.g.,
$HOME/.singularity/sypgp).
Options
-b, --bit-length=4096 specify key bit length
-C, --comment="" key comment
-E, --email="" key owner email
-h, --help[=false] help for newpair
-N, --name="" key owner name
-P, --password="" key password
-U, --push[=false] specify to push the public key to the remote keystore (default true)
Example
$ singularity key newpair $ singularity key newpair --password=psk --name=your-name --comment="key comment" --email=mail@email.com --push=false
See Also
History
14-Dec-2021 Auto generated by spf13/cobra
Referenced By
Dec 2021 Auto generated by spf13/cobra