gdcloud kms keys create

NAME

gdcloud kms keys create - 새 AEAD 또는 서명 키를 만듭니다.

SYNOPSIS

gdcloud kms keys create KEY_NAME [flags]

EXAMPLES

To create a new AEAD key, run:
    gdcloud kms keys create my-aead-key --key-type=AEADKey

To create a new signing key, run:
    gdcloud kms keys create my-signing-key --key-type=SigningKey

필수 플래그

      --key-type string   Type of key to create (AEADKey or SigningKey).

선택적 플래그

      --async   Display information about the operation in progress, without waiting for the operation to complete.

GDCLOUD 전체 플래그

이 플래그는 모든 명령어에서 사용할 수 있습니다. --configuration, --format, --help, --project, --quiet

자세한 내용은 gdcloud CLI 참조 개요 페이지를 확인하세요.