Skip to content

Latest commit

 

History

History
58 lines (43 loc) · 1.89 KB

authelia_crypto_pair_ed25519_generate.md

File metadata and controls

58 lines (43 loc) · 1.89 KB
title description lead date draft images weight toc seo
authelia crypto pair ed25519 generate
Reference for the authelia crypto pair ed25519 generate command.
2022-06-27 18:27:57 +1000
false
905
true
title description canonical noindex
false

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.extension.legacy string   string to include before the actual extension as a sub-extension on the PKCS#1 and SECG1 legacy formats (default "legacy")
      --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
      --legacy                         enables the output of the legacy PKCS#1 and SECG1 formats when enabled

Options inherited from parent commands

  -c, --config strings                        configuration files or directories to load, for more information run 'authelia -h authelia config' (default [configuration.yml])
      --config.experimental.filters strings   list of filters to apply to all configuration files, for more information run 'authelia -h authelia filters'

SEE ALSO