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

@@ -0,0 +1,13 @@
# gcloud kms 解密
> 使用 Cloud KMS 密钥解密密文文件。
> 另请参阅:`gcloud`。
> 更多信息:<https://cloud.google.com/sdk/gcloud/reference/kms/decrypt>。
- 使用指定的密钥、密钥环和位置解密文件:
`gcloud kms decrypt --key={{key_name}} --keyring={{keyring_name}} --location={{global}} --ciphertext-file={{path/to/ciphertext}} --plaintext-file={{path/to/plaintext}}`
- 使用附加认证数据 (AAD) 解密文件,并将解密后的明文写入 `stdout`
`gcloud kms decrypt --key={{key_name}} --keyring={{keyring_name}} --location={{global}} --additional-authenticated-data-file={{path/to/file.aad}} --ciphertext-file={{path/to/ciphertext}} --plaintext-file=-`