Manage TLS certificatesUsage: 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 certificateFlags: -h, --help help for tlsGlobal 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 promptsUse "qorven tls [command] --help" for more information about a command.