rtrtr icon indicating copy to clipboard operation
rtrtr copied to clipboard

Allow client certificates with the json unit.

Open partim opened this issue 1 year ago • 0 comments

This PR adds client certificate support for the “json” unit.

It adds a new optional config variable “identity“ to the unit that contains the path to the identity file containing at least one certificate and a private key in PEM format. This identity will used when communicating with an HTTPS server to acquire the JSON data.

partim avatar Jul 23 '24 08:07 partim