mirror of
https://github.com/siderolabs/talos.git
synced 2025-08-20 22:21:13 +02:00
This adds a help menu to the Makefile. It documents all build dependencies, and how to get started. Signed-off-by: Andrew Rynhard <andrew@andrewrynhard.com>
840 B
840 B
osctl gen keypair
Generates an X.509 Ed25519 key pair
Synopsis
Generates an X.509 Ed25519 key pair
osctl gen keypair [flags]
Options
-h, --help help for keypair
--ip string generate the certificate for this IP address
--organization string X.509 distinguished name for the Organization
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 - Generate CAs, certificates, and private keys