mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00

* age-keygen: add page; age: update page * age: remove `_` before numbers in placeholders * age: update `--recipient` example
13 lines
384 B
Markdown
13 lines
384 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}}`
|