## osctl gen key Generates an Ed25519 private key ### Synopsis Generates an Ed25519 private key ``` osctl gen key [flags] ``` ### Options ``` -h, --help help for key --name string the basename of the generated file ``` ### Options inherited from parent commands ``` --context string Context to be used in command -e, --endpoints strings override default endpoints in Talos configuration -n, --nodes strings target the specified nodes --talosconfig string The path to the Talos configuration file (default "/home/user/.talos/config") ``` ### SEE ALSO * [osctl gen](osctl_gen.md) - Generate CAs, certificates, and private keys