gdcloud kms keys asymmetric-sign

NAME

gdcloud kms keys asymmetric-sign - Create a signature of the input file using the provided key.

SYNOPSIS

gdcloud kms keys asymmetric-sign [flags]

DESCRIPTION

This command creates a digital signature of the input file using the provided asymmetric-signing key and saves the base64 encoded signature.

REQUIRED FLAGS

      --input-file string       Input file with the message to sign.
      --signature-file string   Output file that contains the signature.

GDCLOUD WIDE FLAGS

These flags are available to all commands: --configuration, --format, --help, --project, --quiet.

For more information, see the gdcloud CLI reference overview page.