supertubes istio certificate generate-client-certificate 🔗︎

Generate client certificate for the istio mesh

Synopsis 🔗︎

Generate client certificate for the istio mesh

supertubes istio certificate generate-client-certificate [flags]

Examples 🔗︎

  # Generate the client certificate (for the whole istio mesh).
  supertubes istio certificate generate-client-certificate

  #Generate the client certificate from the given secret and expiration of 365 days
  supertubes istio certificate generate-client-certificate --ca-secret-name="ca-mesh" --expiration 365

Options 🔗︎

      --ca-secret-name string   Name of the secret containing the ca cert and key.
      --expiration int          Expiration of the certificate in days. (default 365)
  -h, --help                    help for generate-client-certificate

Options inherited from parent commands 🔗︎

      --accept-license                  Accept the license: https://banzaicloud.com/docs/supertubes/evaluation-license
      --color                           use colors on non-tty outputs (default true)
      --context string                  name of the kubeconfig context to use
      --formatting.force-color          force color even when non in a terminal
      --interactive                     ask questions interactively even if stdin or stdout is non-tty
  -c, --kubeconfig string               path to the kubeconfig file to use for CLI requests
      --non-interactive                 never ask questions interactively
  -o, --output string                   output format (table|yaml|json) (default "table")
      --persistent-config-file string   Supertubes persistent config file to use instead of the default at ~/.banzai/supertubes/
  -v, --verbose                         turn on debug logging

SEE ALSO 🔗︎