fusesource / mqtt-client

A Java MQTT Client
http://mqtt-client.fusesource.org/
Apache License 2.0
1.27k stars 369 forks source link

Using Certificate #113

Closed mqtt-fan closed 4 years ago

mqtt-fan commented 4 years ago

Hi all,

for my other java script based mqtt client I have a ca.crt, client.key and client.crt file.

How can I use this in android with the function setSslContext ?