Hi,
My application uses mqtt and I want to encrypt the mqtt traffic by using TLS. I am thinking to use the server certificate and device certificate from openBalena for that, if possible.
CA trust cert: ~/open-balena/config/certs/root/ca.crt
server cert: ~/open-balena/config/certs/root/issued/*..com.crt
device cert: what is the path of the client cert on the device?
Thanks
Patrick