cert-gen runner

Prev Next

iagctl cert-gen runner

Generate a runner certificate

iagctl cert-gen runner [flags]

Options

  -h, --help   help for runner

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

Learn more