SSL Certificate

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

Hi @pli ,
not quite sure if you will a client certificate - VPN does not use one and I am not aware of anything else that would…
You might have to set up your own set of certificates for mqtt.

@samothx

Thanks for the reply. I will set up my own set of certificates then.

Patrick