add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -1,16 +1,16 @@
# gpgv
> 验证 OpenPGP 签名。
> 更多信息:<https://www.gnupg.org/documentation/manuals/gnupg/gpgv.html>.
> 更多信息:<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}}`
`gpgv --keyring {{./alice.keyring}} {{path/to/signature}} {{path/to/file}}`