CA path, trust model, and install instructions
ca_infoReport the active CA's directory, source, fingerprint, and whether cert.pem/key.pem are present and match, plus platform-specific install instructions for TV, debug, phone, or browser trust paths.
Instructions
Report the CA in use (directory, source, fingerprint, and whether cert.pem/key.pem are present AND match) plus per-platform instructions. There are two distinct trust paths: (1) app-bundled trust for TV / debug builds — the cert is compiled into the app (res/raw/cacert) and the README's 'No device-side CA install, no root, no Magisk' workflow applies; (2) explicit device CA install for phones/browsers — install once via Settings, or adbPush=true over USB (this does NOT apply to TV builds). Use proxy_health.caStatus for the same validity checks without the instructions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adbPush | No | If true, run `adb push` to copy the CA cert to a USB-connected Android PHONE (not TV/debug builds). |