authelia crypto pair ecdsa generate

authelia crypto pair ecdsa generate

Generate a cryptographic ECDSA key pair

Synopsis

Generate a cryptographic ECDSA key pair.

This subcommand allows generating an ECDSA key pair.

authelia crypto pair ecdsa generate [flags]

Examples

authelia crypto pair ecdsa generate --help

Options

  -b, --curve string              Sets the elliptic curve which can be P224, P256, P384, or P521 (default "P256")
  -d, --directory string          directory where the generated keys, certificates, etc will be stored
      --file.private-key string   name of the file to export the private key data to (default "private.pem")
      --file.public-key string    name of the file to export the public key data to (default "public.pem")
  -h, --help                      help for generate
      --pkcs8                     force PKCS #8 ASN.1 format

SEE ALSO