NAME

add - Adds a User ID

SYNOPSIS

add [-o|--output] [-u|--userid] [--creation-time] [ --private-key-store] [-B|--binary] [ -h|--help] [FILE]

DESCRIPTION

Adds a User ID
A User ID can contain a name, like "Juliet" or an email address, like "<[email protected]>". Historically, a name and email address were often combined as a single User ID, like "Juliet <[email protected]>".

OPTIONS

-o, --output=FILE
Writes to FILE or stdout if omitted
-u, --userid=USERID
User ID to add
--creation-time=CREATION_TIME
Sets the creation time of this User ID's binding signature to TIME. TIME is interpreted as an ISO 8601 timestamp. To set the creation time to June 28, 2022 at midnight UTC, you can do: $ sq key userid add --userid "Juliet" --creation-time 20210628 \
juliet.key.pgp --output juliet-new.key.pgp To include a time, add a T, the time and optionally the timezone (the default timezone is UTC): $ sq key userid add --userid "Juliet" --creation-time 20210628T1137+0200 \
juliet.key.pgp --output juliet-new.key.pgp
--private-key-store=KEY_STORE
Provides parameters for private key store
-B, --binary
Emits binary data
-h, --help
Print help information
[FILE]
Reads from FILE or stdin if omitted

EXAMPLES


First, this generates a key
 sq key generate --userid "<[email protected]>" --export juliet.key.pgp


Then, this adds a User ID
 sq key userid add --userid "Juliet" juliet.key.pgp \


--output juliet-new.key.pgp

SEE ALSO

For the full documentation see <https://docs.sequoia-pgp.org/sq/>.
sq(1) sq-armor(1) sq-autocrypt(1) sq-certify(1) sq-dearmor(1) sq-decrypt(1) sq-encrypt(1) sq-inspect(1) sq-key(1) sq-key-adopt(1) sq-key-attest-certifications(1) sq-key-extract-cert(1) sq-key-generate(1) sq-key-password(1) sq-key-userid(1) sq-key-userid-strip(1) sq-keyring(1) sq-keyserver(1) sq-packet(1) sq-revoke(1) sq-sign(1) sq-verify(1) sq-wkd(1)