commands.sh

age-keygen

all

Generate `age` key pairs. See also: `age`.

More info →

Options (1)

-o, --outputboolean

Generate a key pair, save it to an unencrypted file, and print the public key to `stdout`

Example: age-keygen {{[-o|--output]}} {{path/to/file}}

Examples (2)

Generate a key pair, save it to an unencrypted file, and print the public key to `stdout`

age-keygen [-o|--output] path/to/file

Convert an identit[y] to a recipient and print the public key to `stdout`

age-keygen -y path/to/file
made by @shridhargupta | data from tldr-pages