gdcloud kms keys

名称

gdcloud kms keys - 使用 KMS 密钥执行加密操作。

摘要

gdcloud kms keys COMMAND [flags]

GDCLOUD 范围标志

以下标志适用于所有命令:--help

如需了解详情,请参阅 gdcloud CLI 参考概览页面。

命令

COMMAND 是以下值之一:

asymmetric-sign
    Create a signature of the input file using the provided key.
asymmetric-verify
    Verify a signature of the input file using the provided key.
create
    Create a new AEAD or signing key.
decrypt
    Decrypt the ciphertext using the passed key and return the plaintext file.
delete
    Delete an AEAD or signing key.
describe
    Describe an AEAD or signing key.
encrypt
    Encrypt the plaintext using the passed key and return the ciphertext file.
import
    Import a key passed from the key material file.
list
    List AEAD keys or signing keys.