github Lexonight1/thermalright-trcc-linux v6.1.9

latest releases: v9.4.7, v9.4.6, v9.4.5...
one month ago

TLS Support for REST API

  • --tls flag: auto-generates a self-signed certificate in ~/.config/trcc/tls/ (RSA 2048, 10-year validity)
  • --cert/--key flags: use your own TLS certificate
  • Plaintext warning: warns when --token is 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.0

Install / Upgrade

pip install --upgrade trcc-linux

Don't miss a new thermalright-trcc-linux release

NewReleases is sending notifications on new releases.