mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
0e5456aa5b
Co-authored-by: Lena Pastwa <lena@lnps.me>
544 B
544 B
age-keygen
Generate
agekey pairs. See also:age,age-inspect. 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 {{[-o|--output]}} {{path/to/file}}
- Generate a post-quantum key pair, save it to an unencrypted file, and print the public key to
stdout:
age-keygen -pq {{[-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}}