authelia crypto pair rsa generate
authelia crypto pair rsa generate
Generate a cryptographic RSA key pair
Synopsis
Generate a cryptographic RSA key pair.
This subcommand allows generating an RSA key pair.
authelia crypto pair rsa generate [flags]
Examples
authelia crypto pair rsa generate --help
Options
-b, --bits int number of RSA bits for the certificate (default 2048)
-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
- authelia crypto pair rsa - Perform RSA key pair cryptographic operations