gdcloud kms keys

NAME

gdcloud kms keys - KMS 키를 사용하여 암호화 작업을 수행합니다.

SYNOPSIS

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.