age-keygen: add Chinese translation (#13109)

This commit is contained in:
Tianyi Tao 2024-06-23 23:55:59 +08:00 committed by GitHub
parent 06e5be61ca
commit 6411862c15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -0,0 +1,13 @@
# age-keygen
> 生成 `age` 密钥对。
> 参见:`age` 用于加密/解密文件。
> 更多信息: <https://manned.org/age-keygen>.
- 生成密钥对,将其保存到未加密文件,并将公钥打印到标准输出:
`age-keygen --output {{路径/到/文件}}`
- 将身份转换为接收者,并将公钥打印到标准输出:
`age-keygen -y {{路径/到/文件}}`