cert-gen server
Generate a server certificate
torero cert-gen server [flags]
Options
-h, --help help for server
Options inherited from parent commands
--cn string Common Name for the certificate
--config string Path to the configuration file
--country string Country for the certificate (default "US")
--expiry int Number of days until the certificate expires (default 365)
--key-algo string Key algorithm (rsa, ecdsa) (default "rsa")
--key-size int Key size in bits (default 2048)
--locality string Locality for the certificate (default "Atlanta")
--name string Name for the certificate files
--org string Organization for the certificate (default "Automation")
--ou string Organizational Unit for the certificate (default "Development")
--output string Output directory for the certificates (default ".")
--raw Displays the result of the command in its raw format
--sans strings Subject Alternative Names (SANs) for the certificate
--state string State for the certificate (default "Georgia")
--verbose Enable verbose output
SEE ALSO
- torero cert-gen - Generate TLS certificates for CA, server, client, and runner