gpg: add Chinese translation (#5193)

This commit is contained in:
Tiny
2021-01-30 03:16:53 +00:00
committed by GitHub
parent 9c98fb2eb1
commit a52007380f
4 changed files with 106 additions and 0 deletions

17
pages.zh/common/gpgv.md Normal file
View File

@@ -0,0 +1,17 @@
# gpgv
> 验证 OpenPGP 签名。
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>。
- 验证签名文件:
`gpgv {{path/to/file}}`
- 使用分离式签名验证已签名的文件:
`gpgv {{path/to/signature}} {{path/to/file}}`
- 在 keyrings 列表中添加一个文件(一个导出的钥匙也算作一个 keyring
`gpgv --keyring {{path/to/keyring_file}} {{path/to/signature}} {{path/to/file}}`