1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-09 03:53:33 +02:00

age-keygen: add pt_BR translation (#11087)

This commit is contained in:
Felipe Furquim 2023-10-19 18:46:24 -03:00 committed by GitHub
parent 70861bed40
commit 8722bc8f1c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,13 @@
# age-keygen
> Gera par de chaves `age`.
> Veja `age` para como criptografar/descriptografar arquivos.
> Mais informações: <https://manned.org/age-keygen>.
- Gera um par de chaves, salva em um arquivo não criptografado e imprime a chave pública para `stdout`:
`age-keygen --output {{caminho/para/arquivo}}`
- Converte uma identidade para um destinatário e imprime a chave pública para `stdout`:
`age-keygen -y {{caminho/para/arquivo}}`