TLS Support for REST API
--tlsflag: auto-generates a self-signed certificate in~/.config/trcc/tls/(RSA 2048, 10-year validity)--cert/--keyflags: use your own TLS certificate- Plaintext warning: warns when
--tokenis used without TLS on non-localhost binds
Usage
# Auto-generated self-signed cert
trcc serve --tls
# Custom certificate
trcc serve --cert /path/to/cert.pem --key /path/to/key.pem
# With auth token (warns without TLS)
trcc serve --tls --token my-secret --host 0.0.0.0Install / Upgrade
pip install --upgrade trcc-linux