Generated from qorven tls --help. Re-run scripts/gen-cli-reference.sh after CLI changes.

Reference

Manage TLS certificates

Usage:
  qorven tls [command]

Available Commands:
  generate         Generate CA + server certificates for HTTPS
  install-ca       Install the Qorven local CA into the OS trust store (needs sudo)
  regenerate       Wipe and regenerate the local CA + server cert (e.g. after the host IP changed)
  show-fingerprint Print the SHA-256 fingerprint of the local CA certificate

Flags:
  -h, --help   help for tls

Global Flags:
  -o, --output string   Output format: table, json, yaml (default "table")
      --server string   Gateway URL (env: QORVEN_SERVER)
      --token string    Auth token (env: QORVEN_TOKEN)
  -v, --verbose         Verbose output
  -y, --yes             Skip confirmation prompts

Use "qorven tls [command] --help" for more information about a command.

Examples

Example section to fill with real operator usage patterns. TBD.

CLI index

All commands.

Global flags

--server, --token, --output.