gdcloud kms keys

名前

gdcloud kms keys - KMS 鍵を使用して暗号オペレーションを実行します。

概要

gdcloud kms keys COMMAND [flags]

説明

KMS 鍵サブコマンド グループは、KMS 鍵を使用して暗号オペレーションを実行します。

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.
decrypt
    Decrypt the ciphertext using the passed key and return the plaintext file.
encrypt
    Encrypt the plaintext using the passed key and return the ciphertext file.
import
    Import a key passed from the key material file.