evroc kms keys create

Create a new key

evroc kms keys create <key_id> [flags]

Options

      --algorithm string         The kind of key to create. (default "aes256-gcm96")
      --auto-rotate-days int32   Automatically rotate key versions with the given interval (in days). (default -1)
      --expiration-days int32    Expire key versions after the provided period (in days). (default -1)
  -h, --help                     help for create
      --imported                 Create a key for importing key material (see "import" command)

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO