gcloud kms keys encrypt

NOMBRE

gdcloud kms keys encrypt: Encripta el texto simple con la clave que se pasó y devuelve el archivo de texto cifrado.

SYNOPSIS

gdcloud kms keys encrypt [flags]

DESCRIPCIÓN

Este comando encripta el texto sin formato con la clave que se pasó y devuelve el archivo de texto cifrado.

MARCAS OBLIGATORIAS

      --ciphertext-file string   Output file that contains the encrypted plaintext.
      --plaintext-file string    File to encrypt.

MARCAS OPCIONALES

      --additional-authenticated-data-file string   Provides additional authenticated data.
      --timeout duration                            Time limit to complete the encrypt crypto operation. (default 3m0s)

MARCAS DE GCLOUD A NIVEL GENERAL

Estas marcas están disponibles para todos los comandos: --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la CLI de gcloud.