mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 17:55:23 +02:00

* 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
385 B
385 B
age-keygen
Generate
age
key pairs. Seeage
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}}