authelia crypto pair ed25519 generate

authelia crypto pair ed25519 generate

Generate a cryptographic Ed25519 key pair

Synopsis

Generate a cryptographic Ed25519 key pair.

This subcommand allows generating an Ed25519 key pair.

authelia crypto pair ed25519 generate [flags]

Examples

authelia crypto pair ed25519 generate --help

Options

  -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