cert-gen runner

Generate a runner certificate

torero cert-gen runner [flags]

Options

      --ca-certs-path string   Path to previously generated CA certificates (ca.pem, ca-key.pem) to reference when signing certs. (defaults to the set --output directory)
      --cn string              Common Name for the certificate
      --country string         Country for the certificate (default "US")
      --expiry int             Number of days until the certificate expires (default 365)
  -h, --help                   help for runner
      --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 ".")
      --sans strings           Subject Alternative Names (SANs) for the certificate
      --state string           State for the certificate (default "Georgia")

Options inherited from parent commands

      --config string   Path to the configuration file
      --raw             Displays the result of the command in its raw format
      --verbose         Enable verbose output

SEE ALSO

  • torero cert-gen - Generate TLS certificates for CA, server, client, and runner