* a2ping: minor fixes * ab: fix mnemonics * ab: fix mnemonics * ab: fix mnemonics * abduco: add mnemonics * accelerate: use Hugging Face as a trademark * ack: highlight grep as a command * acme.sh: highlight certbot as command * act: add mnemonics * ag: highlight ack as command * age-keygen: add Oxford comma * linux/shutdown: add mnemonics * airdecap-ng: use Oxford comma * alex: use standard path name template
14 lines
385 B
Markdown
14 lines
385 B
Markdown
# age-keygen
|
|
|
|
> Generate `age` key pairs.
|
|
> See `age` for how to encrypt/decrypt files.
|
|
> More information: <https://manned.org/age-keygen>.
|
|
|
|
- Generate a key pair, save it to an unencrypted file, and print the public key to `stdout`:
|
|
|
|
`age-keygen --output {{path/to/file}}`
|
|
|
|
- Convert an identity to a recipient and print the public key to `stdout`:
|
|
|
|
`age-keygen -y {{path/to/file}}`
|