Manpage logo

singularity-key-newpair - Create a new PGP key-pair

NAME  SYNOPSIS  DESCRIPTION  OPTIONS  EXAMPLE  SEE ALSO  HISTORY 

NAME

singularity-key-newpair - Create a new PGP 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 protected] --push=false

SEE ALSO

singularity-key(1)

HISTORY

15-May-2026 Auto generated by spf13/cobra


Updated 2026-06-01 - jenkler.se | uex.se